Home
last modified time | relevance | path

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

/arch/arm/mach-s3c/
A Dinit.c32 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 Dunwind.c577 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 Dbios_uv.c26 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 Dunwind.h39 extern void unwind_table_del(struct unwind_table *tab);
/arch/arm/boot/dts/samsung/
A Dexynos5420-klimt-wifi.dts11 #include "exynos5420-galaxy-tab-common.dtsi"
A Dexynos5420-chagall-wifi.dts11 #include "exynos5420-galaxy-tab-common.dtsi"
/arch/powerpc/crypto/
A DMakefile14 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 Daes-spe-modes.S79 #define INITIALIZE_CRYPT(tab,nr32bitregs) \ argument
82 lis rT0,tab@h; /* en-/decryption table pointer */ \
84 ori rT0,rT0,tab@l; \
A Daes-spe-core.S28 #define LBZ(out, tab, off) \ argument
29 lbz out,off(tab); /* load byte */

Completed in 12 milliseconds