Searched refs:which (Results 1 – 9 of 9) sorted by relevance
40 * The MASK() operation returns 0xFF in any byte for which the high41 * bit is 1, 0x00 for any byte for which the high bit is 0.
53 * The MASK() operation returns 0xFF in any byte for which the high54 * bit is 1, 0x00 for any byte for which the high bit is 0.
44 * The MASK() operation returns 0xFF in any byte for which the high45 * bit is 1, 0x00 for any byte for which the high bit is 0.
69 * The MASK() operation returns 0xFF in any byte for which the high70 * bit is 1, 0x00 for any byte for which the high bit is 0.
52 string "KGDB: which internal kgdb tests to run"67 exception handler which will allow kgdb to step through a81 Specifiers which kdb commands are enabled by default. This may
54 Compiles debug level messages into the kernel, which would not58 implicitly compiles in all pr_debug() and dev_dbg() calls, which69 which is contained in the 'debugfs' filesystem. Thus, the debugfs276 ensure that exported files do not attempt to include files which279 If you're making modifications to header files which are294 which results in the code/data being placed in specific sections.350 defined weak to work around addressing range issue which381 Specifies which SysRq key functions are enabled by default.414 which contains an object which has not been deactivated491 out which slabs are relevant to a particular load.[all …]
22 architectures which support such operations.428 are compiling an out-of tree driver which tells you that it486 which is used by IMA/EVM digital signature extension.518 scatterlist. This should be selected by a driver or an API which
5275 static int filter_length(int which) in filter_length() argument5280 if (tests[which].fill_helper) in filter_length()5281 return tests[which].u.ptr.len; in filter_length()5283 fp = tests[which].u.insns; in filter_length()5291 static void *filter_pointer(int which) in filter_pointer() argument5293 if (tests[which].fill_helper) in filter_pointer()5294 return tests[which].u.ptr.insns; in filter_pointer()5296 return tests[which].u.insns; in filter_pointer()5299 static struct bpf_prog *generate_filter(int which, int *err) in generate_filter() argument5301 __u8 test_type = tests[which].aux & TEST_TYPE_MASK; in generate_filter()[all …]
59 temporary storage area which is guarantueed not to generate any