Home
last modified time | relevance | path

Searched refs:KLTYPE_IP27 (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/mips/sgi-ip27/
Dip27-smp.c36 brd = find_lboard((lboard_t *)KL_CONFIG_INFO(nasid), KLTYPE_IP27); in node_scan_cpus()
61 brd = find_lboard(brd, KLTYPE_IP27); in node_scan_cpus()
Dip27-memory.c127 if (dest_brd->brd_type == KLTYPE_IP27) { in compute_node_distance()
220 if (dest_brd->brd_type == KLTYPE_IP27) in dump_topology()
243 brd = find_lboard((lboard_t *)KL_CONFIG_INFO(nasid), KLTYPE_IP27); in slot_psize_compute()
/linux-6.1.9/arch/mips/include/asm/sn/
Dklconfig.h352 #define KLTYPE_IP27 (KLCLASS_CPU | 0x1) /* 2 CPUs(R10K) per board */ macro