/xen/xen/common/ |
A D | pdx.c | 24 unsigned long __read_mostly max_pdx; 25 unsigned long __read_mostly pfn_pdx_bottom_mask = ~0UL; 26 unsigned long __read_mostly ma_va_bottom_mask = ~0UL; 27 unsigned long __read_mostly pfn_top_mask = 0; 28 unsigned long __read_mostly ma_top_mask = 0; 29 unsigned long __read_mostly pfn_hole_mask = 0; 30 unsigned int __read_mostly pfn_pdx_hole_shift = 0; 32 unsigned long __read_mostly pdx_group_valid[BITS_TO_LONGS(
|
A D | version.c | 73 static const void *build_id_p __read_mostly; variable 74 static unsigned int build_id_len __read_mostly; variable
|
/xen/xen/arch/x86/ |
A D | spec_ctrl.c | 51 bool __read_mostly opt_ibpb = true; 52 bool __read_mostly opt_ssbd = false; 53 int8_t __read_mostly opt_eager_fpu = -1; 54 int8_t __read_mostly opt_l1d_flush = -1; 55 bool __read_mostly opt_branch_harden = true; 58 uint8_t __read_mostly default_xen_spec_ctrl; 59 uint8_t __read_mostly default_spec_ctrl_flags; 61 paddr_t __read_mostly l1tf_addr_mask, __read_mostly l1tf_safe_maddr; 197 int8_t __read_mostly opt_xpti_hwdom = -1; 198 int8_t __read_mostly opt_xpti_domu = -1; [all …]
|
A D | tsx.c | 16 int8_t __read_mostly opt_tsx = -1; 17 int8_t __read_mostly cpu_has_tsx_ctrl = -1;
|
A D | mpparse.c | 43 unsigned char __read_mostly apic_version[MAX_APICS]; 44 unsigned char __read_mostly mp_bus_id_to_type[MAX_MP_BUSSES]; 47 struct mpc_config_ioapic __read_mostly mp_ioapics[MAX_IO_APICS]; 50 struct mpc_config_intsrc __read_mostly mp_irqs[MAX_IRQ_SOURCES]; 53 int __read_mostly mp_irq_entries; 55 bool __read_mostly pic_mode; 56 bool __read_mostly def_to_bigsmp; 57 unsigned long __read_mostly mp_lapic_addr; 60 unsigned int __read_mostly boot_cpu_physical_apicid = BAD_APICID; 64 unsigned int __read_mostly disabled_cpus; [all …]
|
A D | msr.c | 36 struct msr_policy __read_mostly raw_msr_policy, 37 __read_mostly host_msr_policy; 39 struct msr_policy __read_mostly pv_max_msr_policy; 40 struct msr_policy __read_mostly pv_def_msr_policy; 43 struct msr_policy __read_mostly hvm_max_msr_policy; 44 struct msr_policy __read_mostly hvm_def_msr_policy;
|
A D | xstate.c | 23 static u32 __read_mostly xsave_cntxt_size; 26 u64 __read_mostly xfeature_mask; 28 unsigned int *__read_mostly xstate_offsets; 29 unsigned int *__read_mostly xstate_sizes; 30 u64 __read_mostly xstate_align; 31 static unsigned int __read_mostly xstate_features; 33 uint32_t __read_mostly mxcsr_mask = 0x0000ffbf; 584 static bool __read_mostly use_xsave = true; in xstate_init()
|
A D | i8259.c | 60 static struct hw_interrupt_type __read_mostly i8259A_irq_type = { 94 unsigned int __read_mostly io_apic_irqs; 335 static struct irqaction __read_mostly cascade = { no_action, "cascade", NULL};
|
A D | apic.c | 45 static bool __read_mostly tdt_enabled; 49 static bool __read_mostly iommu_x2apic_enabled; 78 u8 __read_mostly apic_verbosity; 89 bool __read_mostly x2apic_enabled; 90 bool __read_mostly directed_eoi_enabled; 145 static bool __read_mostly using_apic_timer; 147 static bool __read_mostly enabled_via_apicbase; 999 static u32 __read_mostly bus_scale; /* scaling factor: ns -> bus cycles */
|
/xen/xen/common/efi/ |
A D | runtime.c | 38 unsigned int __read_mostly efi_num_ct; 41 unsigned int __read_mostly efi_version; 42 unsigned int __read_mostly efi_fw_revision; 43 const CHAR16 *__read_mostly efi_fw_vendor; 51 UINTN __read_mostly efi_memmap_size; 52 UINTN __read_mostly efi_mdesc_size; 53 void *__read_mostly efi_memmap; 57 UINT64 __read_mostly efi_boot_max_var_size; 59 UINT64 __read_mostly efi_apple_properties_addr; 60 UINTN __read_mostly efi_apple_properties_len; [all …]
|
/xen/xen/arch/x86/acpi/ |
A D | lib.c | 28 u32 __read_mostly acpi_smi_cmd; 29 u8 __read_mostly acpi_enable_value; 30 u8 __read_mostly acpi_disable_value; 32 u32 __read_mostly x86_acpiid_to_apicid[MAX_MADT_ENTRIES] =
|
/xen/xen/drivers/char/ |
A D | console.c | 53 static unsigned char __read_mostly opt_conswitch[3] = "a"; 67 static bool_t __read_mostly opt_console_to_ring; 112 static char *__read_mostly conring = _conring; 113 static uint32_t __read_mostly conring_size = _CONRING_SIZE; 116 static int __read_mostly sercon_handle = -1; 120 int8_t __read_mostly opt_console_xen; /* console=xen */ 158 static int __read_mostly xenlog_guest_upper_thresh = 160 static int __read_mostly xenlog_guest_lower_thresh = 280 static const char *__read_mostly thresh_adj = "standard"; 473 static unsigned int __read_mostly console_rx = 0; [all …]
|
/xen/xen/drivers/passthrough/ |
A D | iommu.c | 27 unsigned int __read_mostly iommu_dev_iotlb_timeout = 1000; 31 bool_t __read_mostly iommu_enabled; 32 bool_t __read_mostly force_iommu; 33 bool_t __read_mostly iommu_verbose; 34 bool __read_mostly iommu_quarantine = true; 35 bool_t __read_mostly iommu_crash_disable; 39 bool __read_mostly iommu_hwdom_passthrough; 44 bool __read_mostly iommu_hap_pt_share = true; 47 bool_t __read_mostly iommu_debug; 48 bool_t __read_mostly amd_iommu_perdev_intremap = 1;
|
/xen/tools/tests/vhpet/ |
A D | emul.h | 83 #define __read_mostly macro 401 extern int __read_mostly hpet_debug; 402 extern uint64_t __read_mostly hpet_force_diff; 403 extern uint64_t __read_mostly hpet_force_mc64; 404 extern uint64_t __read_mostly hpet_force_cmp; 405 extern uint64_t __read_mostly hpet_force_period;
|
/xen/xen/include/xen/ |
A D | hypfs.h | 38 struct hypfs_entry_dir __read_mostly var = { \ 50 struct hypfs_entry_leaf __read_mostly var = { \ 76 struct hypfs_entry_leaf __read_mostly var = { \
|
/xen/xen/drivers/passthrough/vtd/ |
A D | quirks.c | 57 static u32 __read_mostly ioh_id; 59 bool_t __read_mostly rwbf_quirk; 60 static bool_t __read_mostly is_cantiga_b3; 61 static bool_t __read_mostly is_snb_gfx; 62 static u8 *__read_mostly igd_reg_va;
|
/xen/xen/arch/x86/cpu/mtrr/ |
A D | main.c | 52 u32 __read_mostly num_var_ranges = 0; 54 unsigned int *__read_mostly usage_table; 57 u64 __read_mostly size_or_mask; 58 u64 __read_mostly size_and_mask; 60 const struct mtrr_ops *__read_mostly mtrr_if = NULL;
|
/xen/xen/drivers/passthrough/x86/ |
A D | iommu.c | 28 struct iommu_ops __read_mostly iommu_ops; 30 enum iommu_intremap __read_mostly iommu_intremap = iommu_intremap_full; 39 bool __read_mostly iommu_intpost;
|
/xen/xen/arch/x86/guest/hyperv/ |
A D | hyperv.c | 31 struct ms_hyperv_info __read_mostly ms_hyperv; 36 unsigned int __read_mostly hv_max_vp_index; 37 static bool __read_mostly hcall_page_ready;
|
/xen/xen/arch/x86/cpu/ |
A D | vpmu_amd.c | 42 static unsigned int __read_mostly num_counters; 43 static const u32 __read_mostly *counters; 44 static const u32 __read_mostly *ctrls; 45 static bool_t __read_mostly k7_counters_mirrored; 48 static unsigned int __read_mostly regs_sz; 91 static uint64_t __read_mostly ctrl_rsvd[MAX_NUM_COUNTERS];
|
/xen/xen/include/asm-arm/ |
A D | cache.h | 9 #define __read_mostly __section(".data.read_mostly") macro
|
/xen/xen/include/asm-x86/ |
A D | cache.h | 12 #define __read_mostly __section(".data.read_mostly") macro
|
/xen/xen/arch/x86/hvm/vmx/ |
A D | vmcs.c | 70 static bool __read_mostly opt_ept_pml = true; 71 static s8 __read_mostly opt_ept_ad = -1; 72 int8_t __read_mostly opt_ept_exec_sp = -1; 173 u32 vmx_pin_based_exec_control __read_mostly; variable 176 u32 vmx_vmexit_control __read_mostly; variable 177 u32 vmx_vmentry_control __read_mostly; variable 178 u64 vmx_ept_vpid_cap __read_mostly; variable 179 u64 vmx_vmfunc __read_mostly; variable 180 bool_t vmx_virt_exception __read_mostly; variable 187 static u32 vmcs_revision_id __read_mostly; variable [all …]
|
/xen/xen/arch/arm/ |
A D | time.c | 40 uint64_t __read_mostly boot_count; 44 unsigned long __read_mostly cpu_khz; /* CPU clock frequency in kHz. */ 46 uint32_t __read_mostly timer_dt_clock_frequency;
|
/xen/xen/arch/x86/efi/ |
A D | runtime.h | 5 l4_pgentry_t *__read_mostly efi_l4_pgtable;
|