Searched defs:lotar (Results 1 – 4 of 4) sorted by relevance
165 long lotar = HV_XY_TO_LOTAR(cpu_x(cpu), cpu_y(cpu)); in hv_stats_show() local181 long lotar = HV_XY_TO_LOTAR(cpu_x(cpu), cpu_y(cpu)); in hv_stats_store() local255 long lotar = HV_XY_TO_LOTAR(cpu_x(cpu), cpu_y(cpu)); in create_sysfs_entries() local
113 static inline int hv_lotar_to_cpu(HV_LOTAR lotar) in hv_lotar_to_cpu()
340 HV_LOTAR lotar = hv_pte_get_lotar(prot); in get_remote_cache_cpu() local
2364 #define HV_LOTAR_X(lotar) ((lotar) >> HV_LOTAR_WIDTH) argument2367 #define HV_LOTAR_Y(lotar) ((lotar) & ((1 << HV_LOTAR_WIDTH) - 1)) argument2491 unsigned int lotar = ((__hv32) pte.val) >> HV_PTE_INDEX_LOTAR; in hv_pte_get_lotar() local