Home
last modified time | relevance | path

Searched refs:be (Results 1 – 17 of 17) sorted by relevance

/lib/
Dtest_uuid.c15 uuid_t be; member
22 .be = UUID_INIT(0xc33f4995, 0x3701, 0x450e, 0x9f, 0xbf, 0x20, 0x6a, 0x2e, 0x98, 0xe5, 0x76),
27 .be = UUID_INIT(0x64b4371c, 0x77c1, 0x48f9, 0x82, 0x21, 0x29, 0xf0, 0x54, 0xfc, 0x02, 0x3b),
32 .be = UUID_INIT(0x0cb4ddff, 0xa545, 0x4401, 0x9d, 0x06, 0x68, 0x8a, 0xf5, 0x3e, 0x7f, 0x84),
45 static void __init test_uuid_failed(const char *prefix, bool wrong, bool be, in test_uuid_failed() argument
52 be ? "BE" : "LE", in test_uuid_failed()
65 uuid_t be; in test_uuid_test() local
81 if (uuid_parse(data->uuid, &be)) in test_uuid_test()
85 if (!uuid_equal(&data->be, &be)) { in test_uuid_test()
86 sprintf(buf, "%pUb", &be); in test_uuid_test()
[all …]
DKconfig.kcsan60 While this option should generally be benign, we call into more
70 panic. Recommended to be enabled, ensuring critical functionality
85 milliseconds. Test run duration may be optimized by building the
89 Say Y here if you want the test to be built into the kernel and run
97 If KCSAN should be enabled globally as soon as possible. KCSAN can
98 later be enabled/disabled via debugfs.
106 Although larger number of watchpoints may not be usable due to
124 be lower than for tasks.
130 If delays should be randomized, where the maximum is KCSAN_UDELAY_*.
148 If instruction skip count should be randomized, where the maximum is
[all …]
DKconfig.kgdb16 If you say Y here, it will be possible to remotely debug the
49 Share a serial console with kgdb. Sysrq-g must be used
98 hex "KDB: Select kdb command functions to be enabled by default"
103 be set to 1 or 0 to enable all commands or disable almost all
110 0x0008 - allow current register state to be inspected
111 0x0010 - allow current register state to be modified
115 0x0100 - allow machine to be rebooted
139 you type 'go', you will be warned by kdb. The secend time you type
154 won't actually be processed until dbg_late_init() just after the
DKconfig.debug11 messages to be added to the output of the syslog() system
16 be included, not that the timestamp is recorded.
46 accessible but can be downloaded given the build ID of the vmlinux or
54 Default loglevel to determine what will be printed on the console.
72 will be used as the loglevel. IOW passing "quiet" will be the
106 what it believes to be lockup conditions.
117 otherwise be available at runtime. These messages can then be
124 pr_debug() calls in it are enabled by default, but can be
132 Thus, the debugfs or procfs filesystem must first be mounted before
135 file contains a list of the debug statements that can be enabled. The
[all …]
Dbitfield_kunit.c43 _res = be##tp##_encode_bits(v, field); \
47 (u64)be##tp##_to_cpu(_res), \
50 be##tp##_get_bits(_res, field) != v);\
DKconfig.kfence33 allocations will be guarded by KFENCE. May be overridden via boot
56 Using static keys comes with trade-offs that need to be carefully
83 Say Y here if you want the test to be built into the kernel and run
DKconfig99 hosts which can not be accessed in MMIO mode. Using the logical PIO
100 mechanism, the host-local I/O resource can be mapped into system
134 can be used for logging all MMIO read/write operations.
268 Module will be libcrc32c.
275 algorithm. Module will be called crc8.
416 be set by declaring default values for symbols BCH_CONST_M
431 number of data bits to protect, 'm' should be chosen such
484 Generic associative array. Can be searched and iterated over whilst
636 a scatterlist. This should be selected by a driver or an API which
642 Provides a helper to allocate chained scatterlists. This should be
DKconfig.ubsan79 exception/error is detected. Therefore, it may only be enabled
84 where an added offset (which may not be known statically) is
113 flow reaching an expected-to-be-unreachable position.
Dsg_pool.c19 #error SG_CHUNK_SIZE is too small (must be 32 or greater)
DKconfig.kasan118 This mode requires hardware memory tagging support, and can be used
166 CONFIG_COMPILE_TEST. On gcc it is assumed to always be safe
/lib/crypto/
DKconfig21 This symbol can be depended upon by arch implementations of the
37 This symbol can be depended upon by arch implementations of the
49 Enable the ChaCha library interface. This interface may be fulfilled
63 This symbol can be depended upon by arch implementations of the
75 Enable the Curve25519 library interface. This interface may be
99 This symbol can be depended upon by arch implementations of the
110 Enable the Poly1305 library interface. This interface may be fulfilled
/lib/kunit/
DKconfig11 able to be run locally on a developer's workstation without a VM or
12 special hardware when using UML. Can also be used on most other
33 KUnit and test KUnit. This option should only be enabled for testing
51 Enables all KUnit tests, if they can be enabled.
/lib/xz/
DKconfig49 properties byte. MicroLZMA was created to be used in EROFS
50 but can be used by other things too where wasting minimal
/lib/math/
DKconfig6 calculations are in fixed point. Module will be called cordic.
/lib/raid6/
Dvpermxor.uc18 * This can be run on systems which have both Altivec and vpermxor instruction.
Dint.uc52 * These sub-operations are separate inlines since they can sometimes be
/lib/842/
D842_compress.c110 be##b##_to_cpu(get_unaligned((__be##b *)((p)->in + (o))))