arch/mips/include/asm/octeon/cvmx-dpi-defs.h
Source file repositories/reference/linux-study-clean/arch/mips/include/asm/octeon/cvmx-dpi-defs.h
File Facts
- System
- Linux kernel
- Corpus path
arch/mips/include/asm/octeon/cvmx-dpi-defs.h- Extension
.h- Size
- 20435 bytes
- Lines
- 875
- 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_dpi_bist_status_sstruct cvmx_dpi_bist_status_cn63xxstruct cvmx_dpi_bist_status_cn63xxp1struct cvmx_dpi_ctl_sstruct cvmx_dpi_ctl_cn61xxstruct cvmx_dpi_dmax_counts_sstruct cvmx_dpi_dmax_dbell_sstruct cvmx_dpi_dmax_err_rsp_status_sstruct cvmx_dpi_dmax_ibuff_saddr_sstruct cvmx_dpi_dmax_ibuff_saddr_cn61xxstruct cvmx_dpi_dmax_iflight_sstruct cvmx_dpi_dmax_naddr_sstruct cvmx_dpi_dmax_naddr_cn61xxstruct cvmx_dpi_dmax_reqbnk0_sstruct cvmx_dpi_dmax_reqbnk1_sstruct cvmx_dpi_dma_control_sstruct cvmx_dpi_dma_control_cn63xxstruct cvmx_dpi_dma_control_cn63xxp1struct cvmx_dpi_dma_engx_en_sstruct cvmx_dpi_dma_ppx_cnt_sstruct cvmx_dpi_engx_buf_sstruct cvmx_dpi_engx_buf_cn63xxstruct cvmx_dpi_info_reg_sstruct cvmx_dpi_info_reg_cn63xxp1struct cvmx_dpi_int_en_sstruct cvmx_dpi_int_en_cn63xxstruct cvmx_dpi_int_reg_sstruct cvmx_dpi_int_reg_cn63xxstruct cvmx_dpi_ncbx_cfg_sstruct cvmx_dpi_pint_info_sstruct cvmx_dpi_pkt_err_rsp_sstruct cvmx_dpi_req_err_rsp_sstruct cvmx_dpi_req_err_rsp_en_sstruct cvmx_dpi_req_err_rst_sstruct cvmx_dpi_req_err_rst_en_sstruct cvmx_dpi_req_err_skip_comp_sstruct cvmx_dpi_req_gbl_en_sstruct cvmx_dpi_sli_prtx_cfg_sstruct cvmx_dpi_sli_prtx_cfg_cn63xxstruct cvmx_dpi_sli_prtx_err_sstruct cvmx_dpi_sli_prtx_err_info_sfunction CVMX_DPI_SLI_PRTX_ERR
Annotated Snippet
struct cvmx_dpi_bist_status_s {
#ifdef __BIG_ENDIAN_BITFIELD
uint64_t reserved_47_63:17;
uint64_t bist:47;
#else
uint64_t bist:47;
uint64_t reserved_47_63:17;
#endif
} s;
struct cvmx_dpi_bist_status_cn63xx {
#ifdef __BIG_ENDIAN_BITFIELD
uint64_t reserved_45_63:19;
uint64_t bist:45;
#else
uint64_t bist:45;
uint64_t reserved_45_63:19;
#endif
} cn63xx;
struct cvmx_dpi_bist_status_cn63xxp1 {
#ifdef __BIG_ENDIAN_BITFIELD
uint64_t reserved_37_63:27;
uint64_t bist:37;
#else
uint64_t bist:37;
uint64_t reserved_37_63:27;
#endif
} cn63xxp1;
};
union cvmx_dpi_ctl {
uint64_t u64;
struct cvmx_dpi_ctl_s {
#ifdef __BIG_ENDIAN_BITFIELD
uint64_t reserved_2_63:62;
uint64_t clk:1;
uint64_t en:1;
#else
uint64_t en:1;
uint64_t clk:1;
uint64_t reserved_2_63:62;
#endif
} s;
struct cvmx_dpi_ctl_cn61xx {
#ifdef __BIG_ENDIAN_BITFIELD
uint64_t reserved_1_63:63;
uint64_t en:1;
#else
uint64_t en:1;
uint64_t reserved_1_63:63;
#endif
} cn61xx;
};
union cvmx_dpi_dmax_counts {
uint64_t u64;
struct cvmx_dpi_dmax_counts_s {
#ifdef __BIG_ENDIAN_BITFIELD
uint64_t reserved_39_63:25;
uint64_t fcnt:7;
uint64_t dbell:32;
#else
uint64_t dbell:32;
uint64_t fcnt:7;
uint64_t reserved_39_63:25;
#endif
} s;
};
union cvmx_dpi_dmax_dbell {
uint64_t u64;
struct cvmx_dpi_dmax_dbell_s {
#ifdef __BIG_ENDIAN_BITFIELD
uint64_t reserved_16_63:48;
uint64_t dbell:16;
#else
uint64_t dbell:16;
uint64_t reserved_16_63:48;
#endif
} s;
};
union cvmx_dpi_dmax_err_rsp_status {
uint64_t u64;
struct cvmx_dpi_dmax_err_rsp_status_s {
#ifdef __BIG_ENDIAN_BITFIELD
uint64_t reserved_6_63:58;
uint64_t status:6;
#else
uint64_t status:6;
uint64_t reserved_6_63:58;
Annotation
- Detected declarations: `struct cvmx_dpi_bist_status_s`, `struct cvmx_dpi_bist_status_cn63xx`, `struct cvmx_dpi_bist_status_cn63xxp1`, `struct cvmx_dpi_ctl_s`, `struct cvmx_dpi_ctl_cn61xx`, `struct cvmx_dpi_dmax_counts_s`, `struct cvmx_dpi_dmax_dbell_s`, `struct cvmx_dpi_dmax_err_rsp_status_s`, `struct cvmx_dpi_dmax_ibuff_saddr_s`, `struct cvmx_dpi_dmax_ibuff_saddr_cn61xx`.
- 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.