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

/freebsd-current/sys/amd64/acpica/
H A Dacpi_machdep.c103 pmap_unmapbios(header, sizeof(ACPI_TABLE_HEADER));
107 pmap_unmapbios(header, sizeof(ACPI_TABLE_HEADER));
113 pmap_unmapbios(table, length);
132 pmap_unmapbios(table, sizeof(ACPI_TABLE_HEADER));
154 pmap_unmapbios(table, header->Length);
201 pmap_unmapbios(rsdp, sizeof(ACPI_TABLE_RSDP));
207 pmap_unmapbios(rsdp, sizeof(ACPI_TABLE_RSDP));
222 pmap_unmapbios(rsdp, sizeof(ACPI_TABLE_RSDP));
234 pmap_unmapbios(rsdp, sizeof(ACPI_TABLE_RSDP));
/freebsd-current/sys/arm64/acpica/
H A Dacpi_machdep.c71 pmap_unmapbios(header, sizeof(ACPI_TABLE_HEADER));
75 pmap_unmapbios(header, sizeof(ACPI_TABLE_HEADER));
82 pmap_unmapbios(table, length);
107 pmap_unmapbios(table, sizeof(ACPI_TABLE_HEADER));
110 pmap_unmapbios(table, sizeof(ACPI_TABLE_HEADER));
121 pmap_unmapbios(table, header->Length);
174 pmap_unmapbios(rsdp, sizeof(ACPI_TABLE_RSDP));
180 pmap_unmapbios(rsdp, sizeof(ACPI_TABLE_RSDP));
195 pmap_unmapbios(rsdp, sizeof(ACPI_TABLE_RSDP));
/freebsd-current/sys/i386/acpica/
H A Dacpi_machdep.c96 pmap_unmapbios(va, 16);
121 pmap_unmapbios(header, sizeof(ACPI_TABLE_HEADER));
125 pmap_unmapbios(header, sizeof(ACPI_TABLE_HEADER));
131 pmap_unmapbios(table, length);
150 pmap_unmapbios(table, sizeof(ACPI_TABLE_HEADER));
172 pmap_unmapbios(table, header->Length);
253 pmap_unmapbios(rsdp, sizeof(ACPI_TABLE_RSDP));
/freebsd-current/sys/dev/ipmi/
H A Dipmi_smbios.c183 pmap_unmapbios(header, sizeof(struct smbios_eps));
186 pmap_unmapbios(header, header->length);
197 pmap_unmapbios(table, header->structure_table_length);
198 pmap_unmapbios(header, header->length);
/freebsd-current/sys/dev/smbios/
H A Dsmbios.c143 pmap_unmapbios(eps, map_size);
154 pmap_unmapbios(ptr, map_size);
183 pmap_unmapbios(va, size);
239 pmap_unmapbios(va, size);
/freebsd-current/sys/dev/acpica/Osd/
H A DOsdMemory.c64 pmap_unmapbios(LogicalAddress, Length);
/freebsd-current/sys/arm64/include/
H A Dpmap.h160 void pmap_unmapbios(void *, vm_size_t);
/freebsd-current/sys/riscv/include/
H A Dpmap.h143 void pmap_unmapbios(void *, vm_size_t);
/freebsd-current/sys/i386/include/
H A Dpmap.h198 #define pmap_unmapbios(va, sz) pmap_unmapdev((va), (sz)) macro
/freebsd-current/sys/dev/acpica/
H A Dacpi_pxm.c667 pmap_unmapbios(cpus, sizeof(*cpus) * max_cpus);
/freebsd-current/sys/amd64/include/
H A Dpmap.h432 #define pmap_unmapbios(va, sz) pmap_unmapdev((va), (sz)) macro
/freebsd-current/sys/compat/x86bios/
H A Dx86bios.c663 pmap_unmapbios(x86bios_ivt, X86BIOS_IVT_SIZE);
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c4553 pmap_unmapbios(void *p, vm_size_t size) function
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c7705 pmap_unmapbios(void *p, vm_size_t size)
7717 KASSERT(l2_blocks > 0, ("pmap_unmapbios: invalid size %lx", size));
7726 ("pmap_unmapbios: size mismatch"));
7737 ("pmap_unmapbios: Invalid page entry, va: 0x%lx",
7707 pmap_unmapbios(void *p, vm_size_t size) function

Completed in 349 milliseconds