/freebsd/sys/powerpc/powerpc/ |
H A D | genassym.c | 57 ASSYM(PC_CURTHREAD, offsetof(struct pcpu, pc_curthread)); 58 ASSYM(PC_CURPCB, offsetof(struct pcpu, pc_curpcb)); 59 ASSYM(PC_CURPMAP, offsetof(struct pcpu, pc_curpmap)); 60 ASSYM(PC_TEMPSAVE, offsetof(struct pcpu, pc_tempsave)); 61 ASSYM(PC_DISISAVE, offsetof(struct pcpu, pc_disisave)); 62 ASSYM(PC_DBSAVE, offsetof(struct pcpu, pc_dbsave)); 63 ASSYM(PC_RESTORE, offsetof(struct pcpu, pc_restore)); 64 ASSYM(PC_FLAGS, offsetof(struct pcpu, pc_flags)); 67 ASSYM(PC_BOOKE_CRITSAVE, offsetof(struct pcpu, pc_booke.critsave)); 68 ASSYM(PC_BOOKE_MCHKSAVE, offsetof(struct pcpu, pc_booke.mchksave)); [all …]
|
/freebsd/sys/amd64/amd64/ |
H A D | genassym.c | 69 ASSYM(P_VMSPACE, offsetof(struct proc, p_vmspace)); 70 ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap)); 71 ASSYM(PM_ACTIVE, offsetof(struct pmap, pm_active)); 73 ASSYM(P_MD, offsetof(struct proc, p_md)); 74 ASSYM(MD_LDT, offsetof(struct mdproc, md_ldt)); 75 ASSYM(MD_LDT_SD, offsetof(struct mdproc, md_ldt_sd)); 77 ASSYM(MD_EFIRT_TMP, offsetof(struct mdthread, md_efirt_tmp)); 79 ASSYM(TD_LOCK, offsetof(struct thread, td_lock)); 80 ASSYM(TD_FLAGS, offsetof(struct thread, td_flags)); 81 ASSYM(TD_AST, offsetof(struct thread, td_ast)); [all …]
|
/freebsd/sys/i386/i386/ |
H A D | genassym.c | 79 ASSYM(P_VMSPACE, offsetof(struct proc, p_vmspace)); 80 ASSYM(VM_PMAP, offsetof(struct vmspace, vm_pmap)); 81 ASSYM(PM_ACTIVE, offsetof(struct pmap, pm_active)); 83 ASSYM(TD_FLAGS, offsetof(struct thread, td_flags)); 84 ASSYM(TD_AST, offsetof(struct thread, td_ast)); 85 ASSYM(TD_LOCK, offsetof(struct thread, td_lock)); 86 ASSYM(TD_PCB, offsetof(struct thread, td_pcb)); 87 ASSYM(TD_PFLAGS, offsetof(struct thread, td_pflags)); 88 ASSYM(TD_PROC, offsetof(struct thread, td_proc)); 89 ASSYM(TD_MD, offsetof(struct thread, td_md)); [all …]
|
/freebsd/sys/riscv/riscv/ |
H A D | genassym.c | 58 ASSYM(KERNBASE, KERNBASE); 59 ASSYM(VM_MAXUSER_ADDRESS, VM_MAXUSER_ADDRESS); 60 ASSYM(VM_MAX_KERNEL_ADDRESS, VM_MAX_KERNEL_ADDRESS); 61 ASSYM(PMAP_MAPDEV_EARLY_SIZE, PMAP_MAPDEV_EARLY_SIZE); 63 ASSYM(PM_SATP, offsetof(struct pmap, pm_satp)); 65 ASSYM(PCB_ONFAULT, offsetof(struct pcb, pcb_onfault)); 66 ASSYM(PCB_SIZE, sizeof(struct pcb)); 67 ASSYM(PCB_RA, offsetof(struct pcb, pcb_ra)); 68 ASSYM(PCB_SP, offsetof(struct pcb, pcb_sp)); 69 ASSYM(PCB_GP, offsetof(struct pcb, pcb_gp)); [all …]
|
/freebsd/sys/arm/arm/ |
H A D | genassym.c | 59 ASSYM(KERNBASE, KERNBASE); 60 ASSYM(KERNVIRTADDR, KERNVIRTADDR); 61 ASSYM(CPU_ASID_KERNEL,CPU_ASID_KERNEL); 62 ASSYM(PCB_ONFAULT, offsetof(struct pcb, pcb_onfault)); 63 ASSYM(PCB_PAGEDIR, offsetof(struct pcb, pcb_pagedir)); 64 ASSYM(PCB_R4, offsetof(struct pcb, pcb_regs.sf_r4)); 65 ASSYM(PCB_R5, offsetof(struct pcb, pcb_regs.sf_r5)); 66 ASSYM(PCB_R6, offsetof(struct pcb, pcb_regs.sf_r6)); 67 ASSYM(PCB_R7, offsetof(struct pcb, pcb_regs.sf_r7)); 68 ASSYM(PCB_R8, offsetof(struct pcb, pcb_regs.sf_r8)); [all …]
|
/freebsd/sys/amd64/vmm/intel/ |
H A D | vmx_genassym.c | 42 ASSYM(VMXCTX_GUEST_RDI, offsetof(struct vmxctx, guest_rdi)); 43 ASSYM(VMXCTX_GUEST_RSI, offsetof(struct vmxctx, guest_rsi)); 44 ASSYM(VMXCTX_GUEST_RDX, offsetof(struct vmxctx, guest_rdx)); 45 ASSYM(VMXCTX_GUEST_RCX, offsetof(struct vmxctx, guest_rcx)); 46 ASSYM(VMXCTX_GUEST_R8, offsetof(struct vmxctx, guest_r8)); 47 ASSYM(VMXCTX_GUEST_R9, offsetof(struct vmxctx, guest_r9)); 48 ASSYM(VMXCTX_GUEST_RAX, offsetof(struct vmxctx, guest_rax)); 49 ASSYM(VMXCTX_GUEST_RBX, offsetof(struct vmxctx, guest_rbx)); 50 ASSYM(VMXCTX_GUEST_RBP, offsetof(struct vmxctx, guest_rbp)); 51 ASSYM(VMXCTX_GUEST_R10, offsetof(struct vmxctx, guest_r10)); [all …]
|
/freebsd/sys/arm64/arm64/ |
H A D | genassym.c | 40 ASSYM(BOOTPARAMS_SIZE, roundup2(sizeof(struct arm64_bootparams), 42 ASSYM(BP_MODULEP, offsetof(struct arm64_bootparams, modulep)); 43 ASSYM(BP_KERN_STACK, offsetof(struct arm64_bootparams, kern_stack)); 44 ASSYM(BP_KERN_TTBR0, offsetof(struct arm64_bootparams, kern_ttbr0)); 45 ASSYM(BP_BOOT_EL, offsetof(struct arm64_bootparams, boot_el)); 47 ASSYM(EC_EFI_STATUS, offsetof(struct efirt_callinfo, ec_efi_status)); 48 ASSYM(EC_FPTR, offsetof(struct efirt_callinfo, ec_fptr)); 49 ASSYM(EC_ARG1, offsetof(struct efirt_callinfo, ec_arg1)); 51 ASSYM(PCPU_SIZE, sizeof(struct pcpu)); 52 ASSYM(PC_CURPCB, offsetof(struct pcpu, pc_curpcb)); [all …]
|
/freebsd/sys/compat/ia32/ |
H A D | ia32_genassym.c | 10 ASSYM(IA32_SIGF_HANDLER, offsetof(struct ia32_sigframe, sf_ah)); 11 ASSYM(IA32_SIGF_UC, offsetof(struct ia32_sigframe, sf_uc)); 12 ASSYM(IA32_UC_GS, offsetof(struct ia32_ucontext, uc_mcontext.mc_gs)); 13 ASSYM(IA32_UC_FS, offsetof(struct ia32_ucontext, uc_mcontext.mc_fs)); 14 ASSYM(IA32_UC_ES, offsetof(struct ia32_ucontext, uc_mcontext.mc_es)); 15 ASSYM(IA32_UC_DS, offsetof(struct ia32_ucontext, uc_mcontext.mc_ds)); 16 ASSYM(IA32_UC_EDI, offsetof(struct ia32_ucontext, uc_mcontext.mc_edi)); 17 ASSYM(IA32_UC_ESI, offsetof(struct ia32_ucontext, uc_mcontext.mc_esi)); 18 ASSYM(IA32_UC_EBP, offsetof(struct ia32_ucontext, uc_mcontext.mc_ebp)); 19 ASSYM(IA32_UC_EBX, offsetof(struct ia32_ucontext, uc_mcontext.mc_ebx)); [all …]
|
/freebsd/sys/amd64/linux/ |
H A D | linux_genassym.c | 10 ASSYM(LINUX_RT_SIGF_UC, offsetof(struct l_rt_sigframe, sf_uc)); 11 ASSYM(LINUX_RT_SIGF_SC, offsetof(struct l_ucontext, uc_mcontext)); 12 ASSYM(L_SC_R8, offsetof(struct l_sigcontext, sc_r8)); 13 ASSYM(L_SC_R9, offsetof(struct l_sigcontext, sc_r9)); 14 ASSYM(L_SC_R10, offsetof(struct l_sigcontext, sc_r10)); 15 ASSYM(L_SC_R11, offsetof(struct l_sigcontext, sc_r11)); 16 ASSYM(L_SC_R12, offsetof(struct l_sigcontext, sc_r12)); 17 ASSYM(L_SC_R13, offsetof(struct l_sigcontext, sc_r13)); 18 ASSYM(L_SC_R14, offsetof(struct l_sigcontext, sc_r14)); 19 ASSYM(L_SC_R15, offsetof(struct l_sigcontext, sc_r15)); [all …]
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_genassym.c | 11 ASSYM(LINUX_SIGF_SC, offsetof(struct l_sigframe, sf_sc)); 12 ASSYM(LINUX_RT_SIGF_UC, offsetof(struct l_rt_sigframe, sf_uc)); 13 ASSYM(LINUX_RT_SIGF_SC, offsetof(struct l_ucontext, uc_mcontext)); 14 ASSYM(L_SC_GS, offsetof(struct l_sigcontext, sc_gs)); 15 ASSYM(L_SC_FS, offsetof(struct l_sigcontext, sc_fs)); 16 ASSYM(L_SC_ES, offsetof(struct l_sigcontext, sc_es)); 17 ASSYM(L_SC_DS, offsetof(struct l_sigcontext, sc_ds)); 18 ASSYM(L_SC_CS, offsetof(struct l_sigcontext, sc_cs)); 19 ASSYM(L_SC_SS, offsetof(struct l_sigcontext, sc_ss)); 20 ASSYM(L_SC_EFLAGS, offsetof(struct l_sigcontext, sc_eflags)); [all …]
|
/freebsd/sys/i386/linux/ |
H A D | linux_genassym.c | 10 ASSYM(LINUX_SIGF_SC, offsetof(struct l_sigframe, sf_sc)); 11 ASSYM(LINUX_RT_SIGF_UC, offsetof(struct l_rt_sigframe, sf_uc)); 12 ASSYM(LINUX_RT_SIGF_SC, offsetof(struct l_ucontext, uc_mcontext)); 13 ASSYM(L_SC_GS, offsetof(struct l_sigcontext, sc_gs)); 14 ASSYM(L_SC_FS, offsetof(struct l_sigcontext, sc_fs)); 15 ASSYM(L_SC_ES, offsetof(struct l_sigcontext, sc_es)); 16 ASSYM(L_SC_DS, offsetof(struct l_sigcontext, sc_ds)); 17 ASSYM(L_SC_CS, offsetof(struct l_sigcontext, sc_cs)); 18 ASSYM(L_SC_SS, offsetof(struct l_sigcontext, sc_ss)); 19 ASSYM(L_SC_EFLAGS, offsetof(struct l_sigcontext, sc_eflags)); [all …]
|
/freebsd/sys/amd64/vmm/amd/ |
H A D | svm_genassym.c | 35 ASSYM(SCTX_RBX, offsetof(struct svm_regctx, sctx_rbx)); 36 ASSYM(SCTX_RCX, offsetof(struct svm_regctx, sctx_rcx)); 37 ASSYM(SCTX_RBP, offsetof(struct svm_regctx, sctx_rbp)); 38 ASSYM(SCTX_RDX, offsetof(struct svm_regctx, sctx_rdx)); 39 ASSYM(SCTX_RDI, offsetof(struct svm_regctx, sctx_rdi)); 40 ASSYM(SCTX_RSI, offsetof(struct svm_regctx, sctx_rsi)); 41 ASSYM(SCTX_R8, offsetof(struct svm_regctx, sctx_r8)); 42 ASSYM(SCTX_R9, offsetof(struct svm_regctx, sctx_r9)); 43 ASSYM(SCTX_R10, offsetof(struct svm_regctx, sctx_r10)); 44 ASSYM(SCTX_R11, offsetof(struct svm_regctx, sctx_r11)); [all …]
|
/freebsd/sys/sys/ |
H A D | assym.h | 37 #define ASSYM(name, value) \ macro
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_proto.c | 2573 #ifdef ASSYM in process_packet() 2800 #if ASSYM in process_packet()
|