Searched refs:HV_LOTAR (Results 1 – 3 of 3) sorted by relevance
113 static inline int hv_lotar_to_cpu(HV_LOTAR lotar) in hv_lotar_to_cpu()
361 typedef unsigned int HV_LOTAR; typedef2361 #define HV_XY_TO_LOTAR(x, y) ((HV_LOTAR)(((x) << HV_LOTAR_WIDTH) | (y)))
340 HV_LOTAR lotar = hv_pte_get_lotar(prot); in get_remote_cache_cpu()