Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/include/hv/
Dhypervisor.h2005 #define HV_PTE_INDEX_LOTAR 20 /**< Page's LOTAR; must be high bits macro
2433 unsigned int lotar = ((__hv32) pte.val) >> HV_PTE_INDEX_LOTAR; 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()
2449 (y << HV_PTE_INDEX_LOTAR); in hv_pte_set_lotar()