arch/mips/include/asm/octeon/cvmx-pip-defs.h
Source file repositories/reference/linux-study-clean/arch/mips/include/asm/octeon/cvmx-pip-defs.h
File Facts
- System
- Linux kernel
- Corpus path
arch/mips/include/asm/octeon/cvmx-pip-defs.h- Extension
.h- Size
- 62364 bytes
- Lines
- 2735
- 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_pip_alt_skip_cfgx_sstruct cvmx_pip_bck_prs_sstruct cvmx_pip_bist_status_sstruct cvmx_pip_bist_status_cn30xxstruct cvmx_pip_bist_status_cn50xxstruct cvmx_pip_bist_status_cn61xxstruct cvmx_pip_bsel_ext_cfgx_sstruct cvmx_pip_bsel_ext_posx_sstruct cvmx_pip_bsel_tbl_entx_sstruct cvmx_pip_bsel_tbl_entx_cn61xxstruct cvmx_pip_clken_sstruct cvmx_pip_crc_ctlx_sstruct cvmx_pip_crc_ivx_sstruct cvmx_pip_dec_ipsecx_sstruct cvmx_pip_dsa_src_grp_sstruct cvmx_pip_dsa_vid_grp_sstruct cvmx_pip_frm_len_chkx_sstruct cvmx_pip_gbl_cfg_sstruct cvmx_pip_gbl_ctl_sstruct cvmx_pip_gbl_ctl_cn30xxstruct cvmx_pip_gbl_ctl_cn52xxstruct cvmx_pip_gbl_ctl_cn56xxp1struct cvmx_pip_gbl_ctl_cn61xxstruct cvmx_pip_gbl_ctl_cn68xxstruct cvmx_pip_gbl_ctl_cn68xxp1struct cvmx_pip_hg_pri_qos_sstruct cvmx_pip_int_en_sstruct cvmx_pip_int_en_cn30xxstruct cvmx_pip_int_en_cn50xxstruct cvmx_pip_int_en_cn52xxstruct cvmx_pip_int_en_cn56xxp1struct cvmx_pip_int_en_cn58xxstruct cvmx_pip_int_reg_sstruct cvmx_pip_int_reg_cn30xxstruct cvmx_pip_int_reg_cn50xxstruct cvmx_pip_int_reg_cn52xxstruct cvmx_pip_int_reg_cn56xxp1struct cvmx_pip_int_reg_cn58xxstruct cvmx_pip_ip_offset_sstruct cvmx_pip_pri_tblx_sstruct cvmx_pip_prt_cfgx_sstruct cvmx_pip_prt_cfgx_cn30xxstruct cvmx_pip_prt_cfgx_cn38xxstruct cvmx_pip_prt_cfgx_cn50xxstruct cvmx_pip_prt_cfgx_cn52xxstruct cvmx_pip_prt_cfgx_cn58xxstruct cvmx_pip_prt_cfgx_cn68xxstruct cvmx_pip_prt_cfgbx_s
Annotated Snippet
struct cvmx_pip_alt_skip_cfgx_s {
#ifdef __BIG_ENDIAN_BITFIELD
uint64_t reserved_57_63:7;
uint64_t len:1;
uint64_t reserved_46_55:10;
uint64_t bit1:6;
uint64_t reserved_38_39:2;
uint64_t bit0:6;
uint64_t reserved_23_31:9;
uint64_t skip3:7;
uint64_t reserved_15_15:1;
uint64_t skip2:7;
uint64_t reserved_7_7:1;
uint64_t skip1:7;
#else
uint64_t skip1:7;
uint64_t reserved_7_7:1;
uint64_t skip2:7;
uint64_t reserved_15_15:1;
uint64_t skip3:7;
uint64_t reserved_23_31:9;
uint64_t bit0:6;
uint64_t reserved_38_39:2;
uint64_t bit1:6;
uint64_t reserved_46_55:10;
uint64_t len:1;
uint64_t reserved_57_63:7;
#endif
} s;
};
union cvmx_pip_bck_prs {
uint64_t u64;
struct cvmx_pip_bck_prs_s {
#ifdef __BIG_ENDIAN_BITFIELD
uint64_t bckprs:1;
uint64_t reserved_13_62:50;
uint64_t hiwater:5;
uint64_t reserved_5_7:3;
uint64_t lowater:5;
#else
uint64_t lowater:5;
uint64_t reserved_5_7:3;
uint64_t hiwater:5;
uint64_t reserved_13_62:50;
uint64_t bckprs:1;
#endif
} s;
};
union cvmx_pip_bist_status {
uint64_t u64;
struct cvmx_pip_bist_status_s {
#ifdef __BIG_ENDIAN_BITFIELD
uint64_t reserved_22_63:42;
uint64_t bist:22;
#else
uint64_t bist:22;
uint64_t reserved_22_63:42;
#endif
} s;
struct cvmx_pip_bist_status_cn30xx {
#ifdef __BIG_ENDIAN_BITFIELD
uint64_t reserved_18_63:46;
uint64_t bist:18;
#else
uint64_t bist:18;
uint64_t reserved_18_63:46;
#endif
} cn30xx;
struct cvmx_pip_bist_status_cn50xx {
#ifdef __BIG_ENDIAN_BITFIELD
uint64_t reserved_17_63:47;
uint64_t bist:17;
#else
uint64_t bist:17;
uint64_t reserved_17_63:47;
#endif
} cn50xx;
struct cvmx_pip_bist_status_cn61xx {
#ifdef __BIG_ENDIAN_BITFIELD
uint64_t reserved_20_63:44;
uint64_t bist:20;
#else
uint64_t bist:20;
uint64_t reserved_20_63:44;
#endif
} cn61xx;
};
Annotation
- Detected declarations: `struct cvmx_pip_alt_skip_cfgx_s`, `struct cvmx_pip_bck_prs_s`, `struct cvmx_pip_bist_status_s`, `struct cvmx_pip_bist_status_cn30xx`, `struct cvmx_pip_bist_status_cn50xx`, `struct cvmx_pip_bist_status_cn61xx`, `struct cvmx_pip_bsel_ext_cfgx_s`, `struct cvmx_pip_bsel_ext_posx_s`, `struct cvmx_pip_bsel_tbl_entx_s`, `struct cvmx_pip_bsel_tbl_entx_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.