Searched refs:per_cpu_ptr_to_phys (Results 1 – 6 of 6) sorted by relevance
143 extern phys_addr_t per_cpu_ptr_to_phys(void *addr);
53 cea_set_pte(cea_vaddr, per_cpu_ptr_to_phys(ptr), prot); in cea_map_percpu_pages()
81 return per_cpu_ptr_to_phys(get_cpu_gdt_rw(cpu)); in get_cpu_gdt_paddr()
158 addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpunum)); in show_crash_notes()
1181 notes_addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpu)); in crash_prepare_elf64_headers()
1820 phys_addr_t per_cpu_ptr_to_phys(void *addr) in per_cpu_ptr_to_phys() function