Home
last modified time | relevance | path

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

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