Searched refs:function (Results 1 – 19 of 19) sorted by relevance
/lib/ |
A D | Kconfig.kmsan | 42 eagerly check every function parameter passed by value and every 43 function return value. 46 function parameters and return values across function borders. This
|
A D | dynamic_debug.c | 57 const char *function; member 143 query->function ?: "", in vpr_info_dq() 220 if (query->function && in ddebug_change() 221 !match_wildcard(query->function, dp->function)) in ddebug_change() 259 dt->mod_name, dp->function, in ddebug_change() 434 rc = check_set(&query->function, arg, "func"); in ddebug_parse_query() 446 if (check_set(&query->function, fline, "func")) in ddebug_parse_query() 842 desc->function); in __dynamic_emit_prefix() 1147 iter->table->mod_name, dp->function, in ddebug_proc_show()
|
A D | Kconfig | 30 This option provides the packing() helper function, which permits 421 # prompt "glob_match() function" 423 This option provides a glob_match function for performing 428 All drivers in the Linux kernel tree that require this function 438 function on startup. It is primarily useful for people
|
A D | codetag.c | 125 ct->modname, ct->function); in codetag_to_text() 128 ct->filename, ct->lineno, ct->function); in codetag_to_text()
|
A D | Kconfig.debug | 47 kernel module where the function is located. 138 filename:lineno [module]function flags format 143 function : function that contains the debug statement 150 # filename:lineno [module]function flags format 169 // enable all 12 messages in the function svc_process() 181 bool "Enable core function of dynamic debug support" 515 bool "Force all function address 64B aligned" 2096 Provide function-based fault-injection capability. 3138 tristate "Test memcat_p() helper function" 3260 function. [all …]
|
A D | Kconfig.kgdb | 7 # function to enable gdb stub to address XML packet sent from GDB.
|
A D | Kconfig.kasan | 137 Makes the compiler insert function calls that check whether the memory
|
A D | alloc_tag.c | 592 tag->ct.function, counter.bytes); in release_module_tags()
|
/lib/crypto/arm64/ |
A D | poly1305-armv8.pl | 62 .type poly1305_init,%function 111 .type poly1305_blocks,%function 202 .type poly1305_emit,%function 273 .type poly1305_mult,%function 310 .type poly1305_splat,%function 340 .type poly1305_blocks_neon,%function
|
A D | sha2-armv8.pl | 204 .type $func,%function 380 .type sha256_block_armv8,%function 643 .type sha256_block_neon,%function
|
/lib/crypto/x86/ |
A D | Kconfig | 9 BLAKE2s cryptographic hash function (RFC 7693)
|
A D | chacha-avx512vl-x86_64.S | 34 # This function encrypts two ChaCha blocks by loading the state 199 # This function encrypts four ChaCha blocks by loading the state 465 # This function encrypts eight consecutive ChaCha blocks by loading
|
A D | chacha-avx2-x86_64.S | 44 # This function encrypts two ChaCha blocks by loading the state 236 # This function encrypts four ChaCha blocks by loading the state 541 # This function encrypts eight consecutive ChaCha blocks by loading
|
A D | chacha-ssse3-x86_64.S | 230 # This function encrypts four consecutive ChaCha blocks by loading the
|
/lib/crypto/arm/ |
A D | Kconfig | 7 BLAKE2s cryptographic hash function (RFC 7693)
|
A D | poly1305-armv4.pl | 63 .type poly1305_init,%function 181 .type poly1305_blocks,%function 375 .type poly1305_emit,%function 504 .type poly1305_init_neon,%function 725 .type poly1305_blocks_neon,%function
|
A D | sha256-armv4.pl | 212 .type sha256_block_data_order,%function 466 .type sha256_block_data_order_neon,%function 600 .type sha256_block_data_order_armv8,%function
|
A D | sha512-armv4.pl | 274 .type sha512_block_data_order,%function 597 .type sha512_block_data_order_neon,%function
|
/lib/crypto/tests/ |
A D | Kconfig | 19 KUnit tests for the SHA-1 cryptographic hash function and its
|
Completed in 35 milliseconds