Home
last modified time | relevance | path

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

/arch/tile/mm/
Dhomecache.c257 case HV_PTE_MODE_UNCACHED: in pte_to_home()
296 pte = hv_pte_set_mode(pte, HV_PTE_MODE_UNCACHED); in pte_set_home()
342 pte = hv_pte_set_mode(pte, HV_PTE_MODE_UNCACHED); in pte_set_home()
Dinit.c523 HV_PTE_MODE_UNCACHED); in kernel_physical_mapping_init()
571 HV_PTE_MODE_UNCACHED); in kernel_physical_mapping_init()
/arch/tile/include/hv/
Dhypervisor.h2019 #define HV_PTE_MODE_UNCACHED 1 macro