Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/include/asm/sn/
H A Dklconfig.h503 } klinfo_t ; typedef
595 klinfo_t cpu_info;
606 klinfo_t hub_info;
659 klinfo_t xbow_info ;
675 klinfo_t bri_info ;
686 klinfo_t ioc3_info ;
714 klinfo_t rou_info ;
735 klinfo_t gfx_info;
752 klinfo_t tpu_info ;
757 klinfo_t gsn_info ;
[all …]
/linux-6.15/arch/mips/sgi-ip27/
H A Dip27-klconfig.c18 klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) in find_component()
22 if (kli == (klinfo_t *)NULL) { in find_component()
31 return (klinfo_t *)NULL; in find_component()
43 return (klinfo_t *)NULL; in find_component()
46 klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type) in find_first_component()
48 return find_component(brd, (klinfo_t *)NULL, struct_type); in find_first_component()
H A Dip27-smp.c54 acpu = (klcpu_t *)find_component(brd, (klinfo_t *)acpu, in node_scan_cpus()