Searched refs:stk (Results 1 – 10 of 10) sorted by relevance
/arch/x86/kernel/ |
D | dumpstack_64.c | 96 unsigned long begin, end, stk = (unsigned long)stack; in in_exception_stack() local 113 if (stk < begin || stk >= end) in in_exception_stack() 117 k = (stk - begin) >> PAGE_SHIFT; in in_exception_stack()
|
/arch/arm/include/asm/ |
D | elf.h | 117 #define elf_read_implies_exec(ex,stk) arm_elf_read_implies_exec(stk) argument
|
/arch/arm64/include/asm/ |
D | elf.h | 120 #define compat_elf_read_implies_exec(ex, stk) (stk == EXSTACK_DEFAULT) argument
|
/arch/arm/boot/dts/ |
D | omap4-var-stk-om44.dts | 13 compatible = "variscite,var-stk-om44", "variscite,var-som-om44", "ti,omap4460", "ti,omap4";
|
D | Makefile | 888 omap4-var-stk-om44.dtb
|
/arch/mips/include/asm/ |
D | elf.h | 517 #define elf_read_implies_exec(ex, stk) mips_elf_read_implies_exec(&(ex), stk) argument
|
/arch/arm/kernel/ |
D | setup.c | 528 struct stack *stk = &stacks[cpu]; in cpu_init() local 573 : "r" (stk), in cpu_init()
|
/arch/arm64/boot/dts/allwinner/ |
D | sun50i-a64-pinephone.dtsi | 419 regulator-name = "vcc-lcd-ctp-stk";
|
/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 2388 # - The system stack contains the "Unimplemented <ea>" stk frame # 2937 mov.w &0x2024,0x6+LOCAL_SIZE(%sp) # stk fmt = 0x2; voff = 0x024
|
D | fpsp.S | 2389 # - The system stack contains the "Unimplemented <ea>" stk frame # 2938 mov.w &0x2024,0x6+LOCAL_SIZE(%sp) # stk fmt = 0x2; voff = 0x024
|