Lines Matching +full:0 +full:xfec00000
20 #define HV_IOAPIC_BASE_ADDRESS 0xfec00000
22 #define HV_VTL_NORMAL 0x0
23 #define HV_VTL_SECURE 0x1
24 #define HV_VTL_MGMT 0x2
39 return 0; in hv_get_nmi_reason()
59 #define HV_AP_INIT_GPAT_DEFAULT 0x0007040600070406ULL
60 #define HV_AP_SEGMENT_LIMIT 0xffffffff
72 u64 input_address = input ? virt_to_phys(input) : 0; in hv_do_hypercall()
73 u64 output_address = output ? virt_to_phys(output) : 0; in hv_do_hypercall()
134 return hv_tdx_hypercall(control, input1, 0); in _hv_do_fast_hypercall8()
282 static inline int hv_snp_boot_ap(int cpu, unsigned long start_ip) { return 0; } in hv_snp_boot_ap()
334 static inline u64 hv_get_register(unsigned int reg) { return 0; } in hv_get_register()
336 static inline u64 hv_get_non_nested_register(unsigned int reg) { return 0; } in hv_get_non_nested_register()
345 static inline int __init hv_vtl_early_init(void) { return 0; } in hv_vtl_early_init()