Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dhvcall.h423 #define H_CPU_BEHAV_FLUSH_COUNT_CACHE (1ull << 58) // IBM bit 5 macro
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c562 if (result->behaviour & H_CPU_BEHAV_FLUSH_COUNT_CACHE) in init_cpu_char_feature_flags()
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h442 #define H_CPU_BEHAV_FLUSH_COUNT_CACHE PPC_BIT(5) macro
/openbmc/qemu/hw/ppc/
H A Dspapr_hcall.c1445 behaviour |= H_CPU_BEHAV_FLUSH_COUNT_CACHE; in h_get_cpu_characteristics()
/openbmc/qemu/target/ppc/
H A Dkvm.c2472 if ((~c.behaviour & c.behaviour_mask & H_CPU_BEHAV_FLUSH_COUNT_CACHE) && in parse_cap_ppc_safe_indirect_branch()
2476 } else if (c.behaviour & c.behaviour_mask & H_CPU_BEHAV_FLUSH_COUNT_CACHE) { in parse_cap_ppc_safe_indirect_branch()