Home
last modified time | relevance | path

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

/arch/sparc/kernel/
Dhvtramp.S62 mov HV_MMU_IMMU | HV_MMU_DMMU, %o3
Dtrampoline_64.S241 mov HV_MMU_DMMU, %o3
Dsun4v_tlb_miss.S125 mov HV_MMU_DMMU, %o3 ! flags
/arch/sparc/include/asm/
Dhypervisor.h556 #define HV_MMU_DMMU 0x01 macro
558 #define HV_MMU_ALL (HV_MMU_DMMU | HV_MMU_IMMU)
/arch/sparc/mm/
Dinit_64.c593 hypervisor_tlb_lock(tte_vaddr, tte_data, HV_MMU_DMMU); in remap_kernel()