Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dhvcall.h133 #define H_ICACHE_INVALIDATE (1UL<<(63-40)) /* icbi, etc. (ignored for IO pages) */ macro
/openbmc/qemu/hw/ppc/
H A Dspapr_hcall.c263 if (flags & ~(H_ICACHE_SYNCHRONIZE | H_ICACHE_INVALIDATE in h_page_init()
299 if (flags & (H_ICACHE_SYNCHRONIZE | H_ICACHE_INVALIDATE)) { in h_page_init()
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h396 #define H_ICACHE_INVALIDATE (1ULL<<(63-40)) /* icbi, etc. (ignored for IO pages) */ macro
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c997 if (flags & ~(H_ICACHE_INVALIDATE | H_ICACHE_SYNCHRONIZE | in kvmppc_rm_h_page_init()
H A Dbook3s_hv.c965 if (flags & ~(H_ICACHE_INVALIDATE | H_ICACHE_SYNCHRONIZE | in kvmppc_h_page_init()