arch/mips/include/asm/octeon/cvmx-mio-defs.h
Source file repositories/reference/linux-study-clean/arch/mips/include/asm/octeon/cvmx-mio-defs.h
File Facts
- System
- Linux kernel
- Corpus path
arch/mips/include/asm/octeon/cvmx-mio-defs.h- Extension
.h- Size
- 97717 bytes
- Lines
- 4397
- Domain
- Architecture Layer
- Bucket
- arch/mips
- Inferred role
- Architecture Layer: implementation source
- Status
- source implementation candidate
Why This File Exists
CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
- CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
- No C-style include directives detected by the generator.
Detected Declarations
struct cvmx_mio_boot_bist_stat_sstruct cvmx_mio_boot_bist_stat_cn30xxstruct cvmx_mio_boot_bist_stat_cn38xxstruct cvmx_mio_boot_bist_stat_cn50xxstruct cvmx_mio_boot_bist_stat_cn52xxstruct cvmx_mio_boot_bist_stat_cn52xxp1struct cvmx_mio_boot_bist_stat_cn61xxstruct cvmx_mio_boot_bist_stat_cn63xxstruct cvmx_mio_boot_bist_stat_cn66xxstruct cvmx_mio_boot_comp_sstruct cvmx_mio_boot_comp_cn50xxstruct cvmx_mio_boot_comp_cn61xxstruct cvmx_mio_boot_dma_cfgx_sstruct cvmx_mio_boot_dma_intx_sstruct cvmx_mio_boot_dma_int_enx_sstruct cvmx_mio_boot_dma_timx_sstruct cvmx_mio_boot_err_sstruct cvmx_mio_boot_int_sstruct cvmx_mio_boot_loc_adr_sstruct cvmx_mio_boot_loc_cfgx_sstruct cvmx_mio_boot_loc_dat_sstruct cvmx_mio_boot_pin_defs_sstruct cvmx_mio_boot_pin_defs_cn52xxstruct cvmx_mio_boot_pin_defs_cn56xxstruct cvmx_mio_boot_pin_defs_cn61xxstruct cvmx_mio_boot_reg_cfgx_sstruct cvmx_mio_boot_reg_cfgx_cn30xxstruct cvmx_mio_boot_reg_cfgx_cn38xxstruct cvmx_mio_boot_reg_cfgx_cn50xxstruct cvmx_mio_boot_reg_timx_sstruct cvmx_mio_boot_reg_timx_cn38xxstruct cvmx_mio_boot_thr_sstruct cvmx_mio_boot_thr_cn30xxstruct cvmx_mio_emm_buf_dat_sstruct cvmx_mio_emm_buf_idx_sstruct cvmx_mio_emm_cfg_sstruct cvmx_mio_emm_cmd_sstruct cvmx_mio_emm_dma_sstruct cvmx_mio_emm_int_sstruct cvmx_mio_emm_int_en_sstruct cvmx_mio_emm_modex_sstruct cvmx_mio_emm_rca_sstruct cvmx_mio_emm_rsp_hi_sstruct cvmx_mio_emm_rsp_lo_sstruct cvmx_mio_emm_rsp_sts_sstruct cvmx_mio_emm_sample_sstruct cvmx_mio_emm_sts_mask_sstruct cvmx_mio_emm_switch_s
Annotated Snippet
struct cvmx_mio_boot_bist_stat_s {
#ifdef __BIG_ENDIAN_BITFIELD
uint64_t reserved_0_63:64;
#else
uint64_t reserved_0_63:64;
#endif
} s;
struct cvmx_mio_boot_bist_stat_cn30xx {
#ifdef __BIG_ENDIAN_BITFIELD
uint64_t reserved_4_63:60;
uint64_t ncbo_1:1;
uint64_t ncbo_0:1;
uint64_t loc:1;
uint64_t ncbi:1;
#else
uint64_t ncbi:1;
uint64_t loc:1;
uint64_t ncbo_0:1;
uint64_t ncbo_1:1;
uint64_t reserved_4_63:60;
#endif
} cn30xx;
struct cvmx_mio_boot_bist_stat_cn38xx {
#ifdef __BIG_ENDIAN_BITFIELD
uint64_t reserved_3_63:61;
uint64_t ncbo_0:1;
uint64_t loc:1;
uint64_t ncbi:1;
#else
uint64_t ncbi:1;
uint64_t loc:1;
uint64_t ncbo_0:1;
uint64_t reserved_3_63:61;
#endif
} cn38xx;
struct cvmx_mio_boot_bist_stat_cn50xx {
#ifdef __BIG_ENDIAN_BITFIELD
uint64_t reserved_6_63:58;
uint64_t pcm_1:1;
uint64_t pcm_0:1;
uint64_t ncbo_1:1;
uint64_t ncbo_0:1;
uint64_t loc:1;
uint64_t ncbi:1;
#else
uint64_t ncbi:1;
uint64_t loc:1;
uint64_t ncbo_0:1;
uint64_t ncbo_1:1;
uint64_t pcm_0:1;
uint64_t pcm_1:1;
uint64_t reserved_6_63:58;
#endif
} cn50xx;
struct cvmx_mio_boot_bist_stat_cn52xx {
#ifdef __BIG_ENDIAN_BITFIELD
uint64_t reserved_6_63:58;
uint64_t ndf:2;
uint64_t ncbo_0:1;
uint64_t dma:1;
uint64_t loc:1;
uint64_t ncbi:1;
#else
uint64_t ncbi:1;
uint64_t loc:1;
uint64_t dma:1;
uint64_t ncbo_0:1;
uint64_t ndf:2;
uint64_t reserved_6_63:58;
#endif
} cn52xx;
struct cvmx_mio_boot_bist_stat_cn52xxp1 {
#ifdef __BIG_ENDIAN_BITFIELD
uint64_t reserved_4_63:60;
uint64_t ncbo_0:1;
uint64_t dma:1;
uint64_t loc:1;
uint64_t ncbi:1;
#else
uint64_t ncbi:1;
uint64_t loc:1;
uint64_t dma:1;
uint64_t ncbo_0:1;
uint64_t reserved_4_63:60;
#endif
} cn52xxp1;
struct cvmx_mio_boot_bist_stat_cn61xx {
#ifdef __BIG_ENDIAN_BITFIELD
uint64_t reserved_12_63:52;
uint64_t stat:12;
Annotation
- Detected declarations: `struct cvmx_mio_boot_bist_stat_s`, `struct cvmx_mio_boot_bist_stat_cn30xx`, `struct cvmx_mio_boot_bist_stat_cn38xx`, `struct cvmx_mio_boot_bist_stat_cn50xx`, `struct cvmx_mio_boot_bist_stat_cn52xx`, `struct cvmx_mio_boot_bist_stat_cn52xxp1`, `struct cvmx_mio_boot_bist_stat_cn61xx`, `struct cvmx_mio_boot_bist_stat_cn63xx`, `struct cvmx_mio_boot_bist_stat_cn66xx`, `struct cvmx_mio_boot_comp_s`.
- Atlas domain: Architecture Layer / arch/mips.
- Implementation status: source implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.