Home
last modified time | relevance | path

Searched refs:hpet_address (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dhpet.h53 extern unsigned long hpet_address;
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/
A Dboot.c288 if (hpet_address) in acpi_parse_hpet()
295 hpet_address = hpet_tbl->address.address; in acpi_parse_hpet()
299 hpet_tbl->id, hpet_address); in acpi_parse_hpet()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Ddom0_build.c484 if ( hpet_address ) in dom0_setup_permissions()
488 mfn = paddr_to_pfn(hpet_address); in dom0_setup_permissions()
A Dhpet.c52 unsigned long __initdata hpet_address; variable
778 if ( hpet_address == 0 ) in hpet_setup()
781 set_fixmap_nocache(FIX_HPET_BASE, hpet_address); in hpet_setup()

Completed in 7 milliseconds