Searched refs:per_cpu_ptr_to_phys (Results 1 – 8 of 8) sorted by relevance
87 (pfn_to_gfn(per_cpu_ptr_to_phys(v) >> XEN_PAGE_SHIFT))
160 extern phys_addr_t per_cpu_ptr_to_phys(void *addr);
102 cea_set_pte(cea_vaddr, per_cpu_ptr_to_phys(ptr), prot); in cea_map_percpu_pages()
464 phys_addr_t pa = per_cpu_ptr_to_phys((void *)va); in pti_clone_user_shared()
228 addr = per_cpu_ptr_to_phys(st); in pv_enable_steal_time()
225 notes_addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpu)); in crash_prepare_elf64_headers()
167 addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpunum)); in crash_notes_show()
2341 phys_addr_t per_cpu_ptr_to_phys(void *addr) in per_cpu_ptr_to_phys() function