Home
last modified time | relevance | path

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

/arch/tile/mm/
Dhomecache.c253 case HV_PTE_MODE_UNCACHED: in pte_to_home()
288 pte = hv_pte_set_mode(pte, HV_PTE_MODE_UNCACHED); in pte_set_home()
334 pte = hv_pte_set_mode(pte, HV_PTE_MODE_UNCACHED); in pte_set_home()
Dinit.c519 HV_PTE_MODE_UNCACHED); in kernel_physical_mapping_init()
567 HV_PTE_MODE_UNCACHED); in kernel_physical_mapping_init()
/arch/tile/include/hv/
Dhypervisor.h2081 #define HV_PTE_MODE_UNCACHED 1 macro