Searched refs:HV_PTE_LOTAR_BITS (Results 1 – 1 of 1) sorted by relevance
2065 #define HV_PTE_LOTAR_BITS 12 /**< Number of bits in a LOTAR */ macro2493 return HV_XY_TO_LOTAR( (lotar >> (HV_PTE_LOTAR_BITS / 2)), in hv_pte_get_lotar()2494 (lotar & ((1 << (HV_PTE_LOTAR_BITS / 2)) - 1)) ); in hv_pte_get_lotar()2505 pte.val &= ~(((1ULL << HV_PTE_LOTAR_BITS)-1) << HV_PTE_INDEX_LOTAR); in hv_pte_set_lotar()2506 pte.val |= (x << (HV_PTE_INDEX_LOTAR + HV_PTE_LOTAR_BITS / 2)) | in hv_pte_set_lotar()