Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dhvcall.h420 #define H_CPU_BEHAV_L1D_FLUSH_PR (1ull << 62) // IBM bit 1 macro
/openbmc/qemu/hw/ppc/
H A Dspapr_hcall.c1410 behaviour |= H_CPU_BEHAV_L1D_FLUSH_PR; in h_get_cpu_characteristics()
1418 behaviour |= H_CPU_BEHAV_L1D_FLUSH_PR; in h_get_cpu_characteristics()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c582 if (!(result->behaviour & H_CPU_BEHAV_L1D_FLUSH_PR)) in init_cpu_char_feature_flags()
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h443 #define H_CPU_BEHAV_L1D_FLUSH_PR PPC_BIT(1) macro
/openbmc/qemu/target/ppc/
H A Dkvm.c2447 if (~c.behaviour & c.behaviour_mask & H_CPU_BEHAV_L1D_FLUSH_PR) { in parse_cap_ppc_safe_cache()