Home
last modified time | relevance | path

Searched refs:per_cpu_ptr_to_phys (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/base/
Dcpu.c130 addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpunum)); in show_crash_notes()
/linux-3.4.99/include/linux/
Dpercpu.h163 extern phys_addr_t per_cpu_ptr_to_phys(void *addr);
/linux-3.4.99/mm/
Dpercpu.c1001 phys_addr_t per_cpu_ptr_to_phys(void *addr) in per_cpu_ptr_to_phys() function