Searched refs:tab (Results 1 – 9 of 9) sorted by relevance
/arch/arm/plat-samsung/ |
D | init.c | 32 struct cpu_table *tab, in s3c_lookup_cpu() argument 35 for (; count != 0; count--, tab++) { in s3c_lookup_cpu() 36 if ((idcode & tab->idmask) == (tab->idcode & tab->idmask)) in s3c_lookup_cpu() 37 return tab; in s3c_lookup_cpu()
|
/arch/arm/kernel/ |
D | unwind.c | 528 struct unwind_table *tab = kmalloc(sizeof(*tab), GFP_KERNEL); in unwind_table_add() local 533 if (!tab) in unwind_table_add() 534 return tab; in unwind_table_add() 536 tab->start = (const struct unwind_idx *)start; in unwind_table_add() 537 tab->stop = (const struct unwind_idx *)(start + size); in unwind_table_add() 538 tab->origin = unwind_find_origin(tab->start, tab->stop); in unwind_table_add() 539 tab->begin_addr = text_addr; in unwind_table_add() 540 tab->end_addr = text_addr + text_size; in unwind_table_add() 543 list_add_tail(&tab->list, &unwind_tables); in unwind_table_add() 546 return tab; in unwind_table_add() [all …]
|
/arch/x86/platform/uv/ |
D | bios_uv.c | 24 struct uv_systab *tab = uv_systab; in __uv_bios_call() local 27 if (!tab || !tab->function) in __uv_bios_call() 38 ret = efi_call((void *)__va(tab->function), (u64)which, a1, a2, a3, a4, a5); in __uv_bios_call() 40 ret = efi_call_virt_pointer(tab, function, (u64)which, a1, a2, a3, a4, a5); in __uv_bios_call()
|
/arch/arm/include/asm/ |
D | unwind.h | 38 extern void unwind_table_del(struct unwind_table *tab);
|
/arch/powerpc/crypto/ |
D | Makefile | 17 aes-ppc-spe-y := aes-spe-core.o aes-spe-keys.o aes-tab-4k.o aes-spe-modes.o aes-spe-glue.o
|
D | aes-spe-modes.S | 79 #define INITIALIZE_CRYPT(tab,nr32bitregs) \ argument 82 lis rT0,tab@h; /* en-/decryption table pointer */ \ 84 ori rT0,rT0,tab@l; \
|
D | aes-spe-core.S | 28 #define LBZ(out, tab, off) \ argument 29 lbz out,off(tab); /* load byte */
|
/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
|