Searched refs:canary (Results 1 – 13 of 13) sorted by relevance
25 canary="events/timer events/timer/timer_cancel events/timer/timer_cancel/format"59 for d in "." "events" "events/sched" "events/sched/sched_switch" "events/sched/sched_switch/enable" $canary; do65 for d in "." "events/sched" "events/sched/sched_switch" "events/sched/sched_switch/enable" $canary; do71 for d in "." "events/sched/sched_switch" "events/sched/sched_switch/enable" $canary; do77 for d in "." "events/sched/sched_switch/enable" $canary; do83 for d in "." $canary; do99 for d in "." "events" "events/sched" "events/sched/sched_switch" "events/sched/sched_switch/enable" $canary; do
22 unsigned long canary = get_random_canary(); in boot_init_stack_canary() local24 current->stack_canary = canary; in boot_init_stack_canary()26 get_paca()->canary = canary; in boot_init_stack_canary()
272 unsigned long canary; member
28 unsigned long canary = get_random_canary(); in boot_init_stack_canary() local30 current->stack_canary = canary; in boot_init_stack_canary()
15 unsigned long canary = get_random_canary(); in boot_init_stack_canary() local17 current->stack_canary = canary; in boot_init_stack_canary()
27 unsigned long canary = get_random_canary(); in boot_init_stack_canary() local29 current->stack_canary = canary; in boot_init_stack_canary()
25 unsigned long canary = get_random_canary(); in boot_init_stack_canary() local27 current->stack_canary = canary; in boot_init_stack_canary()
30 unsigned long canary = get_random_canary(); in boot_init_stack_canary() local32 current->stack_canary = canary; in boot_init_stack_canary()
16 unsigned long canary = get_random_canary(); in boot_init_stack_canary() local18 current->stack_canary = canary; in boot_init_stack_canary()
29 unsigned long canary = get_random_canary(); in boot_init_stack_canary() local31 current->stack_canary = canary; in boot_init_stack_canary()
137 (CONFIG_STACKPROTECTOR),它在函数返回前会验证栈上的“stack canary”。
157 is the presence of a stack canary between the stack variables and the207 It should be noted that things like the stack canary discussed earlier217 different canary per stack) and high entropy (e.g. is the RNG actually270 addresses or other sensitive things like canary values).