Searched refs:stack (Results 1 – 6 of 6) sorted by relevance
99 if (stack) in match_component()575 struct aa_label *stack = NULL; in x_to_label() local594 stack = new; in x_to_label()645 if (new && stack) { in x_to_label()654 aa_put_label(stack); in x_to_label()1422 if (stack) in aa_change_profile()1428 if (stack) in aa_change_profile()1447 stack = true; in aa_change_profile()1457 stack = true; in aa_change_profile()1524 if (!stack) { in aa_change_profile()[all …]
97 void aa_set_current_onexec(struct aa_label *label, bool stack) in aa_set_current_onexec() argument104 ctx->token = stack; in aa_set_current_onexec()
1865 int i, len, stack = 0, error; in aa_label_strn_parse() local1880 stack = base->size; in aa_label_strn_parse()1881 len += stack; in aa_label_strn_parse()1890 for (i = 0; i < stack; i++) in aa_label_strn_parse()1893 for (split = aa_label_strn_split(str, end - str), i = stack; in aa_label_strn_parse()
22 prompt "Initialize kernel stack variables at function entry"27 This option enables initialization of stack variables at39 bool "no automatic stack variable initialization (weakest)"41 Disable automatic stack variable initialization.43 classes of uninitialized stack variable exploits51 Initializes everything on the stack (including padding)53 all classes of uninitialized stack variable exploits and71 Initializes everything on the stack (including padding)73 classes of uninitialized stack variable exploits and89 bool "Poison kernel stack before returning from syscalls"[all …]
670 } stack[KEYRING_SEARCH_MAX_DEPTH]; in search_nested_keyrings() local801 stack[sp].keyring = keyring; in search_nested_keyrings()802 stack[sp].node = node; in search_nested_keyrings()803 stack[sp].slot = slot; in search_nested_keyrings()848 keyring = stack[sp].keyring; in search_nested_keyrings()849 node = stack[sp].node; in search_nested_keyrings()850 slot = stack[sp].slot + 1; in search_nested_keyrings()862 stack[--sp].keyring->last_used_at = ctx->now; in search_nested_keyrings()
33 void aa_set_current_onexec(struct aa_label *label, bool stack);
Completed in 800 milliseconds