Searched refs:OV5_FORM2_AFFINITY (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | spapr_numa.c | 26 if (spapr_ovec_test(spapr->ov5_cas, OV5_FORM2_AFFINITY)) { in get_max_dist_ref_points() 38 if (spapr_ovec_test(spapr->ov5_cas, OV5_FORM2_AFFINITY)) { in get_numa_assoc_size() 62 if (spapr_ovec_test(spapr->ov5_cas, OV5_FORM2_AFFINITY)) { in get_associativity() 344 if (spapr_ovec_test(spapr->ov5_cas, OV5_FORM2_AFFINITY)) { in spapr_numa_associativity_check() 585 if (spapr_ovec_test(spapr->ov5_cas, OV5_FORM2_AFFINITY)) { in spapr_numa_write_rtas_dt()
|
H A D | spapr.c | 2941 spapr_ovec_set(spapr->ov5, OV5_FORM2_AFFINITY); in spapr_machine_init()
|
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr_ovec.h | 52 #define OV5_FORM2_AFFINITY OV_BIT(5, 2) macro
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | prom.h | 148 #define OV5_FORM2_AFFINITY 0x0520 /* Form2 NUMA affinity */ macro
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | firmware.c | 129 {FW_FEATURE_FORM2_AFFINITY, OV5_FORM2_AFFINITY},
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | prom_init.c | 1096 OV5_FEAT(OV5_FORM2_AFFINITY),
|