Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
H A Dhvtramp.S63 mov HV_MMU_IMMU | HV_MMU_DMMU, %o3
H A Dtrampoline_64.S234 mov HV_MMU_IMMU, %o3
H A Dsun4v_tlb_miss.S83 mov HV_MMU_IMMU, %o3 ! flags
/linux/arch/sparc/include/asm/
H A Dhypervisor.h582 #define HV_MMU_IMMU 0x02 macro
583 #define HV_MMU_ALL (HV_MMU_DMMU | HV_MMU_IMMU)
/linux/arch/sparc/mm/
H A Dinit_64.c694 hypervisor_tlb_lock(tte_vaddr, tte_data, HV_MMU_IMMU); in remap_kernel()