Home
last modified time | relevance | path

Searched refs:be (Results 1 – 12 of 12) 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.debug11 messages to be added to the output of the syslog() system
16 be included, not that the timestamp is recorded.
43 Default loglevel to determine what will be printed on the console.
61 will be used as the loglevel. IOW passing "quiet" will be the
95 what it believes to be lockup conditions.
105 otherwise be available at runtime. These messages can then be
112 pr_debug() calls in it are enabled by default, but can be
120 filesystem must first be mounted before making use of this feature.
122 file contains a list of the debug statements that can be enabled. The
191 be happy. But if you merely need debugging information to
[all …]
DKconfig.kgdb11 If you say Y here, it will be possible to remotely debug the
29 Share a serial console with kgdb. Sysrq-g must be used
78 hex "KDB: Select kdb command functions to be enabled by default"
83 be set to 1 or 0 to enable all commands or disable almost all
90 0x0008 - allow current register state to be inspected
91 0x0010 - allow current register state to be modified
95 0x0100 - allow machine to be rebooted
119 you type 'go', you will be warned by kdb. The secend time you type
Dtest_bitfield.c47 _res = be##tp##_encode_bits(v, field); \
50 (u64)be##tp##_to_cpu(_res), \
54 if (be##tp##_get_bits(_res, field) != v) \
DKconfig.ubsan10 behaviours in runtime. Various types of checks may be enabled
37 This option should be used when building allmodconfig.
DKconfig88 hosts which can not be accessed in MMIO mode. Using the logical PIO
89 mechanism, the host-local I/O resource can be mapped into system
231 Module will be libcrc32c.
238 algorithm. Module will be called crc8.
368 be set by declaring default values for symbols BCH_CONST_M
383 number of data bits to protect, 'm' should be chosen such
436 Generic associative array. Can be searched and iterated over whilst
588 a scatterlist. This should be selected by a driver or an API which
594 Provides a helper to allocate chained scatterlists. This should be
Dsg_pool.c19 #error SG_CHUNK_SIZE is too small (must be 32 or greater)
DKconfig.kasan120 CONFIG_COMPILE_TEST. On gcc it is assumed to always be safe
/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))))