Lines Matching +full:0 +full:xfec00000
19 #define HV_IOAPIC_BASE_ADDRESS 0xfec00000
21 #define HV_VTL_NORMAL 0x0
22 #define HV_VTL_SECURE 0x1
23 #define HV_VTL_MGMT 0x2
38 return 0; in hv_get_nmi_reason()
58 #define HV_AP_INIT_GPAT_DEFAULT 0x0007040600070406ULL
59 #define HV_AP_SEGMENT_LIMIT 0xffffffff
71 u64 input_address = input ? virt_to_phys(input) : 0; in hv_do_hypercall()
72 u64 output_address = output ? virt_to_phys(output) : 0; in hv_do_hypercall()
133 return hv_tdx_hypercall(control, input1, 0); in _hv_do_fast_hypercall8()
281 static inline int hv_snp_boot_ap(u32 cpu, unsigned long start_ip) { return 0; } in hv_snp_boot_ap()
333 static inline u64 hv_get_msr(unsigned int reg) { return 0; } in hv_get_msr()
335 static inline u64 hv_get_non_nested_msr(unsigned int reg) { return 0; } in hv_get_non_nested_msr()
344 static inline int __init hv_vtl_early_init(void) { return 0; } in hv_vtl_early_init()