Home
last modified time | relevance | path

Searched refs:CANARY_MASK (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/include/linux/
Drandom.h125 # define CANARY_MASK 0xffffffffffffff00UL macro
127 # define CANARY_MASK 0x00ffffffffffffffUL macro
130 # define CANARY_MASK 0xffffffffUL macro
135 return get_random_long() & CANARY_MASK; in get_random_canary()
/linux-6.1.9/arch/sh/include/asm/
Dstackprotector.h23 canary &= CANARY_MASK; in boot_init_stack_canary()
/linux-6.1.9/arch/csky/include/asm/
Dstackprotector.h23 canary &= CANARY_MASK; in boot_init_stack_canary()
/linux-6.1.9/arch/powerpc/include/asm/
Dstackprotector.h30 canary &= CANARY_MASK; in boot_init_stack_canary()
/linux-6.1.9/arch/riscv/include/asm/
Dstackprotector.h24 canary &= CANARY_MASK; in boot_init_stack_canary()
/linux-6.1.9/arch/arm64/include/asm/
Dstackprotector.h36 canary &= CANARY_MASK; in boot_init_stack_canary()
/linux-6.1.9/arch/x86/include/asm/
Dstackprotector.h68 canary &= CANARY_MASK; in boot_init_stack_canary()