Home
last modified time | relevance | path

Searched refs:tab (Results 1 – 9 of 9) sorted by relevance

/arch/arm/plat-samsung/
Dinit.c37 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/
Dbios_uv.c33 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/
Dunwind.c518 struct unwind_table *tab = kmalloc(sizeof(*tab), GFP_KERNEL); in unwind_table_add() local
523 if (!tab) in unwind_table_add()
524 return tab; in unwind_table_add()
526 tab->start = (const struct unwind_idx *)start; in unwind_table_add()
527 tab->stop = (const struct unwind_idx *)(start + size); in unwind_table_add()
528 tab->origin = unwind_find_origin(tab->start, tab->stop); in unwind_table_add()
529 tab->begin_addr = text_addr; in unwind_table_add()
530 tab->end_addr = text_addr + text_size; in unwind_table_add()
533 list_add_tail(&tab->list, &unwind_tables); in unwind_table_add()
536 return tab; in unwind_table_add()
[all …]
/arch/arm/include/asm/
Dunwind.h50 extern void unwind_table_del(struct unwind_table *tab);
/arch/powerpc/crypto/
DMakefile13 aes-ppc-spe-y := aes-spe-core.o aes-spe-keys.o aes-tab-4k.o aes-spe-modes.o aes-spe-glue.o
Daes-spe-modes.S84 #define INITIALIZE_CRYPT(tab,nr32bitregs) \ argument
87 lis rT0,tab@h; /* en-/decryption table pointer */ \
89 ori rT0,rT0,tab@l; \
Daes-spe-core.S33 #define LBZ(out, tab, off) \ argument
34 lbz out,off(tab); /* load byte */
/arch/x86/crypto/
Dsha512-ssse3-asm.S170 # by one tab. Vectored instructions (for the message scheduler) are indented
Daesni-intel_avx-x86_64.S118 ## throughout the code, one tab and two tab indentations are used. one tab is