Lines Matching refs:offsetof

66 ASSYM(PCB_ONFAULT, offsetof(struct pcb, pcb_onfault));
68 ASSYM(PCB_DACR, offsetof(struct pcb, pcb_dacr));
70 ASSYM(PCB_PAGEDIR, offsetof(struct pcb, pcb_pagedir));
72 ASSYM(PCB_L1VEC, offsetof(struct pcb, pcb_l1vec));
73 ASSYM(PCB_PL1VEC, offsetof(struct pcb, pcb_pl1vec));
75 ASSYM(PCB_R4, offsetof(struct pcb, pcb_regs.sf_r4));
76 ASSYM(PCB_R5, offsetof(struct pcb, pcb_regs.sf_r5));
77 ASSYM(PCB_R6, offsetof(struct pcb, pcb_regs.sf_r6));
78 ASSYM(PCB_R7, offsetof(struct pcb, pcb_regs.sf_r7));
79 ASSYM(PCB_R8, offsetof(struct pcb, pcb_regs.sf_r8));
80 ASSYM(PCB_R9, offsetof(struct pcb, pcb_regs.sf_r9));
81 ASSYM(PCB_R10, offsetof(struct pcb, pcb_regs.sf_r10));
82 ASSYM(PCB_R11, offsetof(struct pcb, pcb_regs.sf_r11));
83 ASSYM(PCB_R12, offsetof(struct pcb, pcb_regs.sf_r12));
84 ASSYM(PCB_SP, offsetof(struct pcb, pcb_regs.sf_sp));
85 ASSYM(PCB_LR, offsetof(struct pcb, pcb_regs.sf_lr));
86 ASSYM(PCB_PC, offsetof(struct pcb, pcb_regs.sf_pc));
88 ASSYM(PCB_TPIDRURW, offsetof(struct pcb, pcb_regs.sf_tpidrurw));
91 ASSYM(PC_CURPCB, offsetof(struct pcpu, pc_curpcb));
92 ASSYM(PC_CURTHREAD, offsetof(struct pcpu, pc_curthread));
93 ASSYM(M_LEN, offsetof(struct mbuf, m_len));
94 ASSYM(M_DATA, offsetof(struct mbuf, m_data));
95 ASSYM(M_NEXT, offsetof(struct mbuf, m_next));
96 ASSYM(IP_SRC, offsetof(struct ip, ip_src));
97 ASSYM(IP_DST, offsetof(struct ip, ip_dst));
99 ASSYM(CF_CONTEXT_SWITCH, offsetof(struct cpu_functions, cf_context_switch));
100 ASSYM(CF_DCACHE_WB_RANGE, offsetof(struct cpu_functions, cf_dcache_wb_range));
101 ASSYM(CF_IDCACHE_WBINV_ALL, offsetof(struct cpu_functions, cf_idcache_wbinv_all));
102 ASSYM(CF_L2CACHE_WBINV_ALL, offsetof(struct cpu_functions, cf_l2cache_wbinv_all));
103 ASSYM(CF_TLB_FLUSHID_SE, offsetof(struct cpu_functions, cf_tlb_flushID_SE));
106 ASSYM(TD_PCB, offsetof(struct thread, td_pcb));
107 ASSYM(TD_FLAGS, offsetof(struct thread, td_flags));
108 ASSYM(TD_PROC, offsetof(struct thread, td_proc));
109 ASSYM(TD_MD, offsetof(struct thread, td_md));
110 ASSYM(TD_LOCK, offsetof(struct thread, td_lock));
112 ASSYM(MD_TP, offsetof(struct mdthread, md_tp));
113 ASSYM(MD_RAS_START, offsetof(struct mdthread, md_ras_start));
114 ASSYM(MD_RAS_END, offsetof(struct mdthread, md_ras_end));
117 ASSYM(TF_SPSR, offsetof(struct trapframe, tf_spsr));
118 ASSYM(TF_R0, offsetof(struct trapframe, tf_r0));
119 ASSYM(TF_R1, offsetof(struct trapframe, tf_r1));
120 ASSYM(TF_PC, offsetof(struct trapframe, tf_pc));
121 ASSYM(P_PID, offsetof(struct proc, p_pid));
122 ASSYM(P_FLAG, offsetof(struct proc, p_flag));
124 ASSYM(SIGF_UC, offsetof(struct sigframe, sf_uc));
133 ASSYM(PCB_VFPSTATE, offsetof(struct pcb, pcb_vfpstate));
137 ASSYM(PC_CURPMAP, offsetof(struct pcpu, pc_curpmap));
138 ASSYM(PC_BP_HARDEN_KIND, offsetof(struct pcpu, pc_bp_harden_kind));
159 ASSYM(P_VMSPACE, offsetof(struct proc, p_vmspace));
160 ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap));
161 ASSYM(PM_ACTIVE, offsetof(struct pmap, pm_active));
162 ASSYM(PC_CPUID, offsetof(struct pcpu, pc_cpuid));
165 ASSYM(DCACHE_LINE_SIZE, offsetof(struct cpuinfo, dcache_line_size));
166 ASSYM(DCACHE_LINE_MASK, offsetof(struct cpuinfo, dcache_line_mask));
167 ASSYM(ICACHE_LINE_SIZE, offsetof(struct cpuinfo, icache_line_size));
168 ASSYM(ICACHE_LINE_MASK, offsetof(struct cpuinfo, icache_line_mask));