Home
last modified time | relevance | path

Searched refs:acpi_os_map_memory (Results 1 – 8 of 8) sorted by relevance

/xen-4.10.0-shim-comet/xen/drivers/acpi/tables/
A Dtbutils.c76 table = acpi_os_map_memory(address, sizeof(struct acpi_table_header)); in acpi_tb_check_xsdt()
85 table = acpi_os_map_memory(address, length); in acpi_tb_check_xsdt()
259 table = acpi_os_map_memory(address, sizeof(struct acpi_table_header)); in acpi_tb_install_table()
381 rsdp = acpi_os_map_memory(rsdp_address, sizeof(struct acpi_table_rsdp)); in acpi_tb_parse_root_table()
426 table = acpi_os_map_memory(address, sizeof(struct acpi_table_header)); in acpi_tb_parse_root_table()
444 table = acpi_os_map_memory(address, length); in acpi_tb_parse_root_table()
A Dtbxfroot.c130 table_ptr = acpi_os_map_memory((acpi_physical_address) in acpi_find_root_pointer()
155 table_ptr = acpi_os_map_memory((acpi_native_uint) in acpi_find_root_pointer()
186 table_ptr = acpi_os_map_memory((acpi_physical_address) in acpi_find_root_pointer()
A Dtbinstal.c74 acpi_os_map_memory(table_desc->address, in acpi_tb_verify_table()
A Dtbfadt.c176 acpi_os_map_memory(acpi_gbl_root_table_list.tables[table_index]. in acpi_tb_parse_fadt()
/xen-4.10.0-shim-comet/xen/drivers/acpi/
A Dosl.c88 acpi_os_map_memory(acpi_physical_address phys, acpi_size size) in acpi_os_map_memory() function
156 void __iomem *virt_addr = acpi_os_map_memory(phys_addr, width >> 3); in acpi_os_read_memory()
186 void __iomem *virt_addr = acpi_os_map_memory(phys_addr, width >> 3); in acpi_os_write_memory()
/xen-4.10.0-shim-comet/xen/include/acpi/
A Dacpiosxf.h61 void __iomem *acpi_os_map_memory(acpi_physical_address where,
/xen-4.10.0-shim-comet/xen/arch/arm/
A Ddomain_build.c1582 rsdp = acpi_os_map_memory(addr, table_size); in acpi_create_rsdp()
1610 table = acpi_os_map_memory(entry[i], size); in acpi_xsdt_modify_entry()
1637 rsdp_tbl = acpi_os_map_memory(addr, sizeof(struct acpi_table_rsdp)); in acpi_create_xsdt()
1638 table = acpi_os_map_memory(rsdp_tbl->xsdt_physical_address, in acpi_create_xsdt()
1822 rsdp_tbl = acpi_os_map_memory(addr, sizeof(struct acpi_table_rsdp)); in estimate_acpi_efi_size()
1829 table = acpi_os_map_memory(rsdp_tbl->xsdt_physical_address, in estimate_acpi_efi_size()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Ddom0_build.c860 rsdp = acpi_os_map_memory(acpi_os_get_root_pointer(), sizeof(*rsdp)); in pvh_setup_acpi_xsdt()
869 table = acpi_os_map_memory(xsdt_paddr, sizeof(*table)); in pvh_setup_acpi_xsdt()
987 native_rsdp = acpi_os_map_memory(acpi_os_get_root_pointer(), sizeof(rsdp)); in pvh_setup_acpi()

Completed in 12 milliseconds