Home
last modified time | relevance | path

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

/linux-6.6.21/arch/sparc/kernel/
Dhvtramp.S63 mov HV_MMU_IMMU | HV_MMU_DMMU, %o3
Dtrampoline_64.S242 mov HV_MMU_DMMU, %o3
Dsun4v_tlb_miss.S126 mov HV_MMU_DMMU, %o3 ! flags
/linux-6.6.21/arch/sparc/include/asm/
Dhypervisor.h581 #define HV_MMU_DMMU 0x01 macro
583 #define HV_MMU_ALL (HV_MMU_DMMU | HV_MMU_IMMU)
/linux-6.6.21/arch/sparc/mm/
Dinit_64.c693 hypervisor_tlb_lock(tte_vaddr, tte_data, HV_MMU_DMMU); in remap_kernel()