Home
last modified time | relevance | path

Searched refs:pmap_unmapbios (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/arm64/acpica/
H A Dacpi_machdep.c71 pmap_unmapbios(header, sizeof(ACPI_TABLE_HEADER)); in map_table()
75 pmap_unmapbios(header, sizeof(ACPI_TABLE_HEADER)); in map_table()
82 pmap_unmapbios(table, length); in map_table()
107 pmap_unmapbios(table, sizeof(ACPI_TABLE_HEADER)); in probe_table()
110 pmap_unmapbios(table, sizeof(ACPI_TABLE_HEADER)); in probe_table()
121 pmap_unmapbios(table, header->Length); in acpi_unmap_table()
174 pmap_unmapbios(rsdp, sizeof(ACPI_TABLE_RSDP)); in acpi_find_table()
180 pmap_unmapbios(rsdp, sizeof(ACPI_TABLE_RSDP)); in acpi_find_table()
195 pmap_unmapbios(rsdp, sizeof(ACPI_TABLE_RSDP)); in acpi_find_table()
/freebsd/sys/amd64/acpica/
H A Dacpi_machdep.c103 pmap_unmapbios(header, sizeof(ACPI_TABLE_HEADER)); in map_table()
107 pmap_unmapbios(header, sizeof(ACPI_TABLE_HEADER)); in map_table()
113 pmap_unmapbios(table, length); in map_table()
132 pmap_unmapbios(table, sizeof(ACPI_TABLE_HEADER)); in probe_table()
154 pmap_unmapbios(table, header->Length); in acpi_unmap_table()
201 pmap_unmapbios(rsdp, sizeof(ACPI_TABLE_RSDP)); in acpi_find_table()
207 pmap_unmapbios(rsdp, sizeof(ACPI_TABLE_RSDP)); in acpi_find_table()
222 pmap_unmapbios(rsdp, sizeof(ACPI_TABLE_RSDP)); in acpi_find_table()
234 pmap_unmapbios(rsdp, sizeof(ACPI_TABLE_RSDP)); in acpi_find_table()
/freebsd/sys/i386/acpica/
H A Dacpi_machdep.c96 pmap_unmapbios(va, 16); in acpi_machdep_quirks()
121 pmap_unmapbios(header, sizeof(ACPI_TABLE_HEADER)); in map_table()
125 pmap_unmapbios(header, sizeof(ACPI_TABLE_HEADER)); in map_table()
131 pmap_unmapbios(table, length); in map_table()
150 pmap_unmapbios(table, sizeof(ACPI_TABLE_HEADER)); in probe_table()
172 pmap_unmapbios(table, header->Length); in acpi_unmap_table()
253 pmap_unmapbios(rsdp, sizeof(ACPI_TABLE_RSDP)); in acpi_find_table()
/freebsd/sys/dev/ipmi/
H A Dipmi_smbios.c185 pmap_unmapbios(header, sizeof(struct smbios_eps)); in ipmi_smbios_probe()
188 pmap_unmapbios(header, header->length); in ipmi_smbios_probe()
199 pmap_unmapbios(table, header->structure_table_length); in ipmi_smbios_probe()
200 pmap_unmapbios(header, header->length);
/freebsd/sys/dev/smbios/
H A Dsmbios.c143 pmap_unmapbios(eps, map_size); in smbios_identify()
154 pmap_unmapbios(ptr, map_size); in smbios_identify()
183 pmap_unmapbios(va, size); in smbios_probe()
239 pmap_unmapbios(va, size); in smbios_detach()
/freebsd/sys/dev/acpica/Osd/
H A DOsdMemory.c64 pmap_unmapbios(LogicalAddress, Length); in AcpiOsUnmapMemory()
/freebsd/sys/riscv/include/
H A Dpmap.h151 void pmap_unmapbios(void *, vm_size_t);
/freebsd/sys/arm64/include/
H A Dpmap.h162 void pmap_unmapbios(void *, vm_size_t);
/freebsd/sys/i386/include/
H A Dpmap.h198 #define pmap_unmapbios(va, sz) pmap_unmapdev((va), (sz)) macro
/freebsd/sys/dev/acpica/
H A Dacpi_pxm.c667 pmap_unmapbios(cpus, sizeof(*cpus) * max_cpus); in acpi_pxm_set_cpu_locality()
/freebsd/sys/amd64/include/
H A Dpmap.h434 #define pmap_unmapbios(va, sz) pmap_unmapdev((va), (sz)) macro
/freebsd/sys/compat/x86bios/
H A Dx86bios.c663 pmap_unmapbios(x86bios_ivt, X86BIOS_IVT_SIZE); in x86bios_unmap_mem()
/freebsd/sys/riscv/riscv/
H A Dpmap.c4803 pmap_unmapbios(void *p, vm_size_t size) in pmap_unmapbios() function
/freebsd/sys/arm64/arm64/
H A Dpmap.c7801 pmap_unmapbios(void *p, vm_size_t size) in pmap_unmapbios() function