Searched refs:tab (Results 1 – 6 of 6) sorted by relevance
/arch/arm/plat-samsung/ |
D | init.c | 37 struct cpu_table *tab, in s3c_lookup_cpu() argument 40 for (; count != 0; count--, tab++) { in s3c_lookup_cpu() 41 if ((idcode & tab->idmask) == (tab->idcode & tab->idmask)) in s3c_lookup_cpu() 42 return tab; in s3c_lookup_cpu()
|
/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_call((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/kernel/ |
D | unwind.c | 519 struct unwind_table *tab = kmalloc(sizeof(*tab), GFP_KERNEL); in unwind_table_add() local 524 if (!tab) in unwind_table_add() 525 return tab; in unwind_table_add() 527 tab->start = (const struct unwind_idx *)start; in unwind_table_add() 528 tab->stop = (const struct unwind_idx *)(start + size); in unwind_table_add() 529 tab->origin = unwind_find_origin(tab->start, tab->stop); in unwind_table_add() 530 tab->begin_addr = text_addr; in unwind_table_add() 531 tab->end_addr = text_addr + text_size; in unwind_table_add() 534 list_add_tail(&tab->list, &unwind_tables); in unwind_table_add() 537 return tab; in unwind_table_add() [all …]
|
/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
|
D | aesni-intel_avx-x86_64.S | 118 ## throughout the code, one tab and two tab indentations are used. one tab is
|