Home
last modified time | relevance | path

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

/arch/tile/mm/
Dhomecache.c255 case HV_PTE_MODE_CACHE_HASH_L3: in pte_to_home()
310 pte = hv_pte_set_mode(pte, HV_PTE_MODE_CACHE_HASH_L3); in pte_set_home()
317 pte = hv_pte_set_mode(pte, HV_PTE_MODE_CACHE_HASH_L3); in pte_set_home()
Dinit.c215 prot = hv_pte_set_mode(prot, HV_PTE_MODE_CACHE_HASH_L3); in construct_pgprot()
556 HV_PTE_MODE_CACHE_HASH_L3); in kernel_physical_mapping_init()
/arch/tile/include/hv/
Dhypervisor.h2120 #define HV_PTE_MODE_CACHE_HASH_L3 4 macro