Home
last modified time | relevance | path

Searched refs:type_index (Results 1 – 2 of 2) sorted by relevance

/arch/x86/kernel/
Ddevicetree.c207 int type_index; in dt_irqdomain_alloc() local
212 type_index = fwspec->param[1]; in dt_irqdomain_alloc()
213 if (type_index >= ARRAY_SIZE(of_ioapic_type)) in dt_irqdomain_alloc()
216 it = &of_ioapic_type[type_index]; in dt_irqdomain_alloc()
/arch/ia64/include/asm/
Dpal.h1234 ia64_pal_mc_error_info (u64 info_index, u64 type_index, u64 *size, u64 *error_info) in ia64_pal_mc_error_info() argument
1237 PAL_CALL(iprv, PAL_MC_ERROR_INFO, info_index, type_index, 0); in ia64_pal_mc_error_info()