Home
last modified time | relevance | path

Searched refs:which (Results 1 – 9 of 9) sorted by relevance

/lib/
Dtest_stackinit.c96 #define DEFINE_TEST_DRIVER(name, var_type, which) \ argument
100 var_type zero INIT_CLONE_ ## which; \
113 FETCH_ARG_ ## which(zero)); \
125 FETCH_ARG_ ## which(zero)); \
150 #define DEFINE_TEST(name, var_type, which, init_level) \ argument
152 static noinline __init DO_NOTHING_TYPE_ ## which(var_type) \
157 return DO_NOTHING_RETURN_ ## which(ptr); \
159 return DO_NOTHING_RETURN_ ## which(ptr + 1); \
166 var_type var INIT_ ## which ## _ ## init_level; \
185 DO_NOTHING_CALL_ ## which(var, name); \
[all …]
DKconfig.debug32 line which was divided into multiple lines due to race) came from.
104 Compiles debug level messages into the kernel, which would not
108 implicitly compiles in all pr_debug() and dev_dbg() calls, which
119 which is contained in the 'debugfs' filesystem. Thus, the debugfs
228 Turning this on expects presence of pahole tool, which will convert
308 attempt to include files which were not exported, etc.
310 If you're making modifications to header files which are
318 do what it thinks is best, which is desirable for the gcc 3.x series of
335 which results in the code/data being placed in specific sections.
381 This is also a prerequisite for generation of ORC unwind data, which
[all …]
DKconfig.kgdb53 string "KGDB: which internal kgdb tests to run"
68 exception handler which will allow kgdb to step through a
82 Specifiers which kdb commands are enabled by default. This may
DKconfig26 This option provides the packing() helper function, which permits
48 architectures which support such operations.
88 hosts which can not be accessed in MMIO mode. Using the logical PIO
430 Support entries which occupy multiple consecutive indices in the
499 are compiling an out-of tree driver which tells you that it
544 which is used by IMA/EVM digital signature extension.
588 a scatterlist. This should be selected by a driver or an API which
595 selected by a driver or an API which whishes to allocate chained
Dtest_bpf.c6554 static int filter_length(int which) in filter_length() argument
6559 if (tests[which].fill_helper) in filter_length()
6560 return tests[which].u.ptr.len; in filter_length()
6562 fp = tests[which].u.insns; in filter_length()
6570 static void *filter_pointer(int which) in filter_pointer() argument
6572 if (tests[which].fill_helper) in filter_pointer()
6573 return tests[which].u.ptr.insns; in filter_pointer()
6575 return tests[which].u.insns; in filter_pointer()
6578 static struct bpf_prog *generate_filter(int which, int *err) in generate_filter() argument
6580 __u8 test_type = tests[which].aux & TEST_TYPE_MASK; in generate_filter()
[all …]
/lib/raid6/
Daltivec.uc56 * The MASK() operation returns 0xFF in any byte for which the high
57 * bit is 1, 0x00 for any byte for which the high bit is 0.
Dneon.uc43 * The MASK() operation returns 0xFF in any byte for which the high
44 * bit is 1, 0x00 for any byte for which the high bit is 0.
Dint.uc69 * The MASK() operation returns 0xFF in any byte for which the high
70 * bit is 1, 0x00 for any byte for which the high bit is 0.
Dvpermxor.uc18 * This can be run on systems which have both Altivec and vpermxor instruction.