Home
last modified time | relevance | path

Searched refs:cu_id (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/x86/kernel/
H A Dsmpboot.c356 if ((c->topo.cu_id != 0xff) && in match_smt()
357 (o->topo.cu_id != 0xff) && in match_smt()
358 (c->topo.cu_id == o->topo.cu_id)) in match_smt()
/linux-6.15/arch/x86/kernel/cpu/
H A Ddebugfs.c23 seq_printf(m, "cu_id: %u\n", c->topo.cu_id); in cpu_debug_show()
H A Dtopology_amd.c103 tscan->c->topo.cu_id = leaf.core_id; in parse_8000_001e()
H A Dtopology_common.c118 .cu_id = 0xff, in parse_topology()
/linux-6.15/arch/x86/include/asm/
H A Dprocessor.h88 u32 cu_id; member
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v8_0.c6686 u32 enc, se_id, sh_id, cu_id; in gfx_v8_0_parse_sq_irq() local
6714 cu_id = REG_GET_FIELD(ih_data, SQ_INTERRUPT_WORD_WAVE, CU_ID); in gfx_v8_0_parse_sq_irq()
6724 gfx_v8_0_select_se_sh(adev, se_id, sh_id, cu_id, 0); in gfx_v8_0_parse_sq_irq()
6741 type, se_id, sh_id, cu_id, in gfx_v8_0_parse_sq_irq()