Home
last modified time | relevance | path

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

/arch/tile/kernel/
Dhead_32.S161 (1 << (HV_PTE_INDEX_WRITABLE - 32))
181 (1 << (HV_PTE_INDEX_WRITABLE - 32)), 1
/arch/tile/mm/
Dpgtable.c275 #if HV_PTE_INDEX_WRITABLE < 32 in ptep_set_wrprotect()
279 tmp[1] = tmp[1] & ~(1 << (HV_PTE_INDEX_WRITABLE - 32)); in ptep_set_wrprotect()
/arch/tile/include/hv/
Dhypervisor.h2069 #define HV_PTE_INDEX_WRITABLE 33 /**< Page is writable */ macro
2343 #define HV_PTE_WRITABLE (__HV_PTE_ONE << HV_PTE_INDEX_WRITABLE)