Searched refs:tab (Results 1 – 5 of 5) sorted by relevance
/arch/arm/plat-samsung/ |
D | init.c | 35 struct cpu_table *tab, in s3c_lookup_cpu() argument 38 for (; count != 0; count--, tab++) { in s3c_lookup_cpu() 39 if ((idcode & tab->idmask) == (tab->idcode & tab->idmask)) in s3c_lookup_cpu() 40 return tab; in s3c_lookup_cpu()
|
/arch/arm/kernel/ |
D | unwind.c | 458 struct unwind_table *tab = kmalloc(sizeof(*tab), GFP_KERNEL); in unwind_table_add() local 463 if (!tab) in unwind_table_add() 464 return tab; in unwind_table_add() 466 tab->start = (const struct unwind_idx *)start; in unwind_table_add() 467 tab->stop = (const struct unwind_idx *)(start + size); in unwind_table_add() 468 tab->origin = unwind_find_origin(tab->start, tab->stop); in unwind_table_add() 469 tab->begin_addr = text_addr; in unwind_table_add() 470 tab->end_addr = text_addr + text_size; in unwind_table_add() 473 list_add_tail(&tab->list, &unwind_tables); in unwind_table_add() 476 return tab; in unwind_table_add() [all …]
|
/arch/x86/platform/uv/ |
D | bios_uv.c | 33 struct uv_systab *tab = &uv_systab; in uv_bios_call() local 36 if (!tab->function) in uv_bios_call() 42 ret = efi_call6((void *)__va(tab->function), (u64)which, in uv_bios_call() 190 struct uv_systab *tab; in uv_bios_init() local 199 tab = (struct uv_systab *)ioremap(efi.uv_systab, in uv_bios_init() 201 if (strncmp(tab->signature, "UVST", 4) != 0) in uv_bios_init() 207 memcpy(&uv_systab, tab, sizeof(struct uv_systab)); in uv_bios_init() 208 iounmap(tab); in uv_bios_init()
|
/arch/arm/include/asm/ |
D | unwind.h | 50 extern void unwind_table_del(struct unwind_table *tab);
|
/arch/x86/crypto/ |
D | sha512-ssse3-asm.S | 170 # by one tab. Vectored instructions (for the message scheduler) are indented
|