/kernel/linux/linux-5.10/tools/testing/selftests/sigaltstack/ |
D | sas.c | 40 stack_t stk; in my_usr1() local 60 err = sigaltstack(NULL, &stk); in my_usr1() 65 if (stk.ss_flags != SS_DISABLE) in my_usr1() 67 stk.ss_flags); in my_usr1() 108 stack_t stk; in main() local 127 err = sigaltstack(NULL, &stk); in main() 132 if (stk.ss_flags == SS_DISABLE) { in main() 137 "should have been SS_DISABLE\n", stk.ss_flags); in main() 141 stk.ss_sp = sstack; in main() 142 stk.ss_size = SIGSTKSZ; in main() [all …]
|
/kernel/liteos_m/arch/risc-v/nuclei/gcc/ |
D | los_context.c | 47 UINT8 *stk = 0; in ArchTskStackInit() local 50 stk = ((UINT8 *)topStack) + stackSize + sizeof(STACK_TYPE); in ArchTskStackInit() 51 stk = (UINT8 *)ALIGN_DOWN((uintptr_t)stk, REGBYTES); in ArchTskStackInit() 52 context = (TaskContext *)(stk - sizeof(TaskContext)); in ArchTskStackInit()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | dumpstack_64.c | 90 unsigned long begin, end, stk = (unsigned long)stack; in in_exception_stack() local 107 if (stk < begin || stk >= end) in in_exception_stack() 111 k = (stk - begin) >> PAGE_SHIFT; in in_exception_stack()
|
/kernel/linux/linux-5.10/drivers/media/usb/stkwebcam/ |
D | Makefile | 2 stkwebcam-objs := stk-webcam.o stk-sensor.o
|
/kernel/linux/linux-5.10/lib/ |
D | inflate.c | 357 } *stk; in huft_build() local 364 stk = malloc(sizeof(*stk)); in huft_build() 365 if (stk == NULL) in huft_build() 368 c = stk->c; in huft_build() 369 v = stk->v; in huft_build() 370 x = stk->x; in huft_build() 371 u = stk->u; in huft_build() 374 memzero(stk->c, sizeof(stk->c)); in huft_build() 561 free(stk); in huft_build()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | elf.h | 117 #define elf_read_implies_exec(ex,stk) arm_elf_read_implies_exec(stk) argument
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | elf.h | 120 #define compat_elf_read_implies_exec(ex, stk) (stk == EXSTACK_DEFAULT) argument
|
/kernel/linux/linux-5.10/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 | 838 omap4-var-stk-om44.dtb
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | elf.h | 535 #define elf_read_implies_exec(ex, stk) mips_elf_read_implies_exec(&(ex), stk) argument
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
D | setup.c | 528 struct stack *stk = &stacks[cpu]; in cpu_init() local 573 : "r" (stk), in cpu_init()
|
/kernel/linux/linux-5.10/net/sched/ |
D | sch_htb.c | 773 } stk[TC_HTB_MAXDEPTH], *sp = stk; in htb_lookup_leaf() local 795 if (sp > stk) { in htb_lookup_leaf()
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/allwinner/ |
D | sun50i-a64-pinephone.dtsi | 365 regulator-name = "vcc-lcd-ctp-stk";
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | smp.c | 996 u8 stk[16]; in smp_random() local 1000 smp_s1(smp->tk, smp->rrnd, smp->prnd, stk); in smp_random() 1005 hci_le_start_enc(hcon, ediv, rand, stk, smp->enc_key_size); in smp_random() 1009 u8 stk[16], auth; in smp_random() local 1016 smp_s1(smp->tk, smp->prnd, smp->rrnd, stk); in smp_random() 1028 SMP_STK, auth, stk, smp->enc_key_size, ediv, rand); in smp_random()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/omap/ |
D | omap.txt | 138 compatible = "variscite,var-stk-om44", "variscite,var-som-om44", "ti,omap4460", "ti,omap4";
|
/kernel/linux/linux-5.10/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
|