Searched refs:cu_id (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/x86/kernel/ |
H A D | smpboot.c | 486 if ((c->cu_id != 0xff) && in match_smt() 487 (o->cu_id != 0xff) && in match_smt() 488 (c->cu_id == o->cu_id)) in match_smt()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | processor.h | 113 __u8 cu_id; member
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | amd.c | 406 c->cu_id = ebx & 0xff; in amd_get_topology()
|
H A D | common.c | 1881 c->cu_id = 0xff; in identify_cpu()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v8_0.c | 6688 u32 enc, se_id, sh_id, cu_id; in gfx_v8_0_parse_sq_irq() local 6716 cu_id = REG_GET_FIELD(ih_data, SQ_INTERRUPT_WORD_WAVE, CU_ID); in gfx_v8_0_parse_sq_irq() 6726 gfx_v8_0_select_se_sh(adev, se_id, sh_id, cu_id, 0); in gfx_v8_0_parse_sq_irq() 6743 type, se_id, sh_id, cu_id, in gfx_v8_0_parse_sq_irq()
|