Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr_hcall.c263 if (flags & ~(H_ICACHE_SYNCHRONIZE | H_ICACHE_INVALIDATE in h_page_init()
296 if (kvm_enabled() && (flags & H_ICACHE_SYNCHRONIZE) != 0) { in h_page_init()
299 if (flags & (H_ICACHE_SYNCHRONIZE | H_ICACHE_INVALIDATE)) { in h_page_init()
/openbmc/linux/arch/powerpc/include/asm/
H A Dhvcall.h134 #define H_ICACHE_SYNCHRONIZE (1UL<<(63-41)) /* dcbst, icbi, etc (ignored for IO pages */ macro
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h397 #define H_ICACHE_SYNCHRONIZE (1ULL<<(63-41)) /* dcbst, 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()