Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dsmpboot.c374 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 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.c87 .cu_id = 0xff, in parse_topology()
/linux/arch/x86/include/asm/
H A Dprocessor.h93 u32 cu_id; member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v8_0.c6703 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()