Lines Matching refs:OFFSET

32 	OFFSET(TI_flags, thread_info, flags);  in common()
33 OFFSET(TI_status, thread_info, status); in common()
34 OFFSET(TI_addr_limit, thread_info, addr_limit); in common()
37 OFFSET(crypto_tfm_ctx_offset, crypto_tfm, __crt_ctx); in common()
40 OFFSET(pbe_address, pbe, address); in common()
41 OFFSET(pbe_orig_address, pbe, orig_address); in common()
42 OFFSET(pbe_next, pbe, next); in common()
46 OFFSET(PARAVIRT_enabled, pv_info, paravirt_enabled); in common()
47 OFFSET(PARAVIRT_PATCH_pv_cpu_ops, paravirt_patch_template, pv_cpu_ops); in common()
48 OFFSET(PARAVIRT_PATCH_pv_irq_ops, paravirt_patch_template, pv_irq_ops); in common()
49 OFFSET(PV_IRQ_irq_disable, pv_irq_ops, irq_disable); in common()
50 OFFSET(PV_IRQ_irq_enable, pv_irq_ops, irq_enable); in common()
51 OFFSET(PV_CPU_iret, pv_cpu_ops, iret); in common()
52 OFFSET(PV_CPU_irq_enable_sysexit, pv_cpu_ops, irq_enable_sysexit); in common()
53 OFFSET(PV_CPU_read_cr0, pv_cpu_ops, read_cr0); in common()
54 OFFSET(PV_MMU_read_cr2, pv_mmu_ops, read_cr2); in common()
59 OFFSET(XEN_vcpu_info_mask, vcpu_info, evtchn_upcall_mask); in common()
60 OFFSET(XEN_vcpu_info_pending, vcpu_info, evtchn_upcall_pending); in common()
64 OFFSET(BP_scratch, boot_params, scratch); in common()
65 OFFSET(BP_loadflags, boot_params, hdr.loadflags); in common()
66 OFFSET(BP_hardware_subarch, boot_params, hdr.hardware_subarch); in common()
67 OFFSET(BP_version, boot_params, hdr.version); in common()
68 OFFSET(BP_kernel_alignment, boot_params, hdr.kernel_alignment); in common()
69 OFFSET(BP_pref_address, boot_params, hdr.pref_address); in common()
70 OFFSET(BP_code32_start, boot_params, hdr.code32_start); in common()