Searched refs:H_ICACHE_SYNCHRONIZE (Results 1 – 5 of 5) sorted by relevance
263 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()
134 #define H_ICACHE_SYNCHRONIZE (1UL<<(63-41)) /* dcbst, icbi, etc (ignored for IO pages */ macro
397 #define H_ICACHE_SYNCHRONIZE (1ULL<<(63-41)) /* dcbst, icbi, etc (ignored for IO pages */ macro
997 if (flags & ~(H_ICACHE_INVALIDATE | H_ICACHE_SYNCHRONIZE | in kvmppc_rm_h_page_init()
965 if (flags & ~(H_ICACHE_INVALIDATE | H_ICACHE_SYNCHRONIZE | in kvmppc_h_page_init()