Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/include/asm/uv/
H A Duv_hub.h145 static inline unsigned long uv_soc_phys_ram_to_gpa(unsigned long paddr) in uv_soc_phys_ram_to_gpa() function
/openbmc/linux/arch/x86/include/asm/uv/
H A Duv_hub.h433 static inline unsigned long uv_soc_phys_ram_to_gpa(unsigned long paddr) in uv_soc_phys_ram_to_gpa() function
456 return uv_soc_phys_ram_to_gpa(__pa(v)); in uv_gpa()
/openbmc/linux/drivers/misc/sgi-gru/
H A Dgrufault.c279 *gpa = uv_soc_phys_ram_to_gpa(paddr); in gru_vtop()