Home
last modified time | relevance | path

Searched defs:where (Results 1 – 3 of 3) sorted by relevance

/tools/power/acpi/os_specific/service_layers/
Dosunixmap.c97 void *acpi_os_map_memory(acpi_physical_address where, acpi_size length) in acpi_os_map_memory()
143 void acpi_os_unmap_memory(void *where, acpi_size length) in acpi_os_unmap_memory()
Dosunixxf.c503 void *acpi_os_map_memory(acpi_physical_address where, acpi_size length) in acpi_os_map_memory()
523 void acpi_os_unmap_memory(void *where, acpi_size length) in acpi_os_unmap_memory()
/tools/net/
Dbpf_dbg.c536 static void bpf_set_breakpoints(unsigned int where) in bpf_set_breakpoints()
1161 unsigned int where = strtoul(subcmd, NULL, 10); in cmd_breakpoint() local