Searched refs:klinfo_t (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/include/asm-ia64/sn/ |
D | klconfig.h | 91 #define IS_CONSOLE_IOC3(i) ((((klinfo_t *)i)->flags) & KLINFO_INSTALL) 474 (klinfo_t *)(NODE_OFFSET_TO_K0(NASID_GET(_brd), \ 481 #define NODE_OFFSET_TO_KLINFO(n,off) ((klinfo_t*) TO_NODE_CAC(n,off)) 524 } klinfo_t ; typedef 633 klinfo_t cpu_info; 645 klinfo_t hub_info; 657 klinfo_t hubuart_info; 666 klinfo_t membnk_info; 685 klinfo_t snum_info; 704 klinfo_t xbow_info ; [all …]
|
/linux-2.4.37.9/include/asm-mips64/sn/ |
D | klconfig.h | 112 #define IS_CONSOLE_IOC3(i) ((((klinfo_t *)i)->flags) & KLINFO_INSTALL) 490 #define KLCF_COMP(_brd, _ndx) (klinfo_t *)((_brd)->brd_compts[(_ndx)]) 500 (klinfo_t *)(NODE_OFFSET_TO_K1(NASID_GET(_brd), \ 537 } klinfo_t ; typedef 641 klinfo_t cpu_info; 652 klinfo_t hub_info; 661 klinfo_t hubuart_info; 669 klinfo_t membnk_info; 687 klinfo_t snum_info; 705 klinfo_t xbow_info ; [all …]
|
/linux-2.4.37.9/arch/mips/sgi-ip27/ |
D | ip27-klconfig.c | 18 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() 95 } while ((acpu = (klcpu_t *)find_component(brd, (klinfo_t *)acpu, in nasid_slice_to_cpuinfo()
|
D | ip27-init.c | 140 acpu = (klcpu_t *)find_component(brd, (klinfo_t *)acpu, in do_cpumask() 789 #define NODE_OFFSET_TO_KLINFO(n,off) ((klinfo_t*) TO_NODE_CAC(n,off)) 826 klinfo_t *kli;
|
/linux-2.4.37.9/arch/ia64/sn/io/sn2/ |
D | klconflib.c | 72 klinfo_t * 73 find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) in find_component() 77 if (kli == (klinfo_t *)NULL) { in find_component() 87 return (klinfo_t *)NULL; in find_component() 100 return (klinfo_t *)NULL; in find_component() 103 klinfo_t * 106 return find_component(brd, (klinfo_t *)NULL, struct_type); in find_first_component() 306 klinfo_t *component, in device_component_canonical_name_get()
|
D | klgraph.c | 132 if (KLCONFIG_INFO_ENABLED((klinfo_t *)cpu)) in klhwg_cpu_invent_info() 195 if (KLCONFIG_INFO_ENABLED((klinfo_t *)hub)) in klhwg_hub_invent_info() 566 find_component(brd, (klinfo_t *)cpu, KLSTRUCT_CPU); in klhwg_add_node() 844 klinfo_t *component; /* component in the board we are in klhwg_device_disable_hints_add()
|