Searched refs:tab (Results 1 – 9 of 9) sorted by relevance
| /arch/arm/mach-s3c/ |
| A 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/ |
| A D | unwind.c | 577 struct unwind_table *tab = kmalloc(sizeof(*tab), GFP_KERNEL); in unwind_table_add() local 582 if (!tab) in unwind_table_add() 583 return tab; in unwind_table_add() 587 tab->origin = unwind_find_origin(tab->start, tab->stop); in unwind_table_add() 588 tab->begin_addr = text_addr; in unwind_table_add() 589 tab->end_addr = text_addr + text_size; in unwind_table_add() 592 list_add_tail(&tab->list, &unwind_tables); in unwind_table_add() 595 return tab; in unwind_table_add() 602 if (!tab) in unwind_table_del() 606 list_del(&tab->list); in unwind_table_del() [all …]
|
| /arch/x86/platform/uv/ |
| A D | bios_uv.c | 26 struct uv_systab *tab = uv_systab; in __uv_bios_call() local 29 if (!tab || !tab->function) in __uv_bios_call() 35 ret = efi_call_virt_pointer(tab, function, (u64)which, a1, a2, a3, a4, a5); in __uv_bios_call()
|
| /arch/arm/include/asm/ |
| A D | unwind.h | 39 extern void unwind_table_del(struct unwind_table *tab);
|
| /arch/arm/boot/dts/samsung/ |
| A D | exynos5420-klimt-wifi.dts | 11 #include "exynos5420-galaxy-tab-common.dtsi"
|
| A D | exynos5420-chagall-wifi.dts | 11 #include "exynos5420-galaxy-tab-common.dtsi"
|
| /arch/powerpc/crypto/ |
| A D | Makefile | 14 aes-ppc-spe-y := aes-spe-core.o aes-spe-keys.o aes-tab-4k.o aes-spe-modes.o aes-spe-glue.o
|
| A 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; \
|
| A D | aes-spe-core.S | 28 #define LBZ(out, tab, off) \ argument 29 lbz out,off(tab); /* load byte */
|
Completed in 12 milliseconds