Searched defs:where (Results 1 – 3 of 3) sorted by relevance
97 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()
503 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()
536 static void bpf_set_breakpoints(unsigned int where) in bpf_set_breakpoints()1161 unsigned int where = strtoul(subcmd, NULL, 10); in cmd_breakpoint() local