Searched refs:cu_id (Results 1 – 6 of 6) sorted by relevance
/linux/arch/x86/kernel/ |
H A D | smpboot.c | 374 if ((c->topo.cu_id != 0xff) && in match_smt() 375 (o->topo.cu_id != 0xff) && in match_smt() 376 (c->topo.cu_id == o->topo.cu_id)) in match_smt()
|
/linux/arch/x86/kernel/cpu/ |
H A D | debugfs.c | 23 seq_printf(m, "cu_id: %u\n", c->topo.cu_id); in cpu_debug_show()
|
H A D | topology_amd.c | 103 tscan->c->topo.cu_id = leaf.core_id; in parse_8000_001e()
|
H A D | topology_common.c | 87 .cu_id = 0xff, in parse_topology()
|
/linux/arch/x86/include/asm/ |
H A D | processor.h | 93 u32 cu_id; member
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v8_0.c | 6703 u32 enc, se_id, sh_id, cu_id; in gfx_v8_0_parse_sq_irq() local 6731 cu_id = REG_GET_FIELD(ih_data, SQ_INTERRUPT_WORD_WAVE, CU_ID); in gfx_v8_0_parse_sq_irq() 6741 gfx_v8_0_select_se_sh(adev, se_id, sh_id, cu_id, 0); in gfx_v8_0_parse_sq_irq() 6758 type, se_id, sh_id, cu_id, in gfx_v8_0_parse_sq_irq()
|