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, xfail) \ argument
100 var_type zero INIT_CLONE_ ## which; \
113 FETCH_ARG_ ## which(zero)); \
125 FETCH_ARG_ ## which(zero)); \
151 #define DEFINE_TEST(name, var_type, which, init_level) \ argument
153 static noinline __init DO_NOTHING_TYPE_ ## which(var_type) \
158 return DO_NOTHING_RETURN_ ## which(ptr); \
160 return DO_NOTHING_RETURN_ ## which(ptr + 1); \
167 var_type var INIT_ ## which ## _ ## init_level; \
186 DO_NOTHING_CALL_ ## which(var, name); \
[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
DKconfig.debug32 line which was divided into multiple lines due to race) came from.
105 Compiles debug level messages into the kernel, which would not
109 implicitly compiles in all pr_debug() and dev_dbg() calls, which
120 which is contained in the 'debugfs' filesystem or procfs.
243 Turning this on expects presence of pahole tool, which will convert
324 do what it thinks is best, which is desirable for the gcc 3.x series of
341 which results in the code/data being placed in specific sections.
387 This is also a prerequisite for generation of ORC unwind data, which
398 defined weak to work around addressing range issue which
429 Specifies which SysRq key functions are enabled by default.
[all …]
DKconfig26 This option provides the packing() helper function, which permits
47 architectures which support such operations.
87 hosts which can not be accessed in MMIO mode. Using the logical PIO
431 Support entries which occupy multiple consecutive indices in the
500 are compiling an out-of tree driver which tells you that it
545 which is used by IMA/EVM digital signature extension.
589 a scatterlist. This should be selected by a driver or an API which
596 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.