Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/include/hv/
Dhypervisor.h2007 #define HV_PTE_LOTAR_BITS 12 /**< Number of bits in a LOTAR */ macro
2435 return HV_XY_TO_LOTAR( (lotar >> (HV_PTE_LOTAR_BITS / 2)), in hv_pte_get_lotar()
2436 (lotar & ((1 << (HV_PTE_LOTAR_BITS / 2)) - 1)) ); in hv_pte_get_lotar()
2447 pte.val &= ~(((1ULL << HV_PTE_LOTAR_BITS)-1) << HV_PTE_INDEX_LOTAR); in hv_pte_set_lotar()
2448 pte.val |= (x << (HV_PTE_INDEX_LOTAR + HV_PTE_LOTAR_BITS / 2)) | in hv_pte_set_lotar()