Searched refs:address (Results 1 – 9 of 9) sorted by relevance
/lib/ |
D | libcrc32c.c | 38 u32 crc32c(u32 crc, const void *address, unsigned int length) in crc32c() argument 47 err = crypto_shash_update(shash, address, length); in crc32c()
|
D | debugobjects.c | 951 static void __debug_check_no_obj_freed(const void *address, unsigned long size) in __debug_check_no_obj_freed() argument 959 saddr = (unsigned long) address; in __debug_check_no_obj_freed() 1008 void debug_check_no_obj_freed(const void *address, unsigned long size) in debug_check_no_obj_freed() argument 1011 __debug_check_no_obj_freed(address, size); in debug_check_no_obj_freed()
|
D | Kconfig.kasan | 16 def_bool $(cc-option, -fsanitize=kernel-address) 148 The LLVM stack address sanitizer has a know problem that
|
D | Kconfig.kgdb | 7 # function to enable gdb stub to address XML packet sent from GDB.
|
D | Kconfig.kcsan | 102 Total number of available watchpoints. An address range maps into a
|
D | test_hmm.c | 1068 args.start = vmf->address; in dmirror_devmem_fault()
|
D | Kconfig.debug | 369 bool "Force all function address 32B aligned" if EXPERT 372 address alignment of other domains, and cause magic performance 1475 address this, by default this option is disabled. 2380 kernel's virtual address map.
|
/lib/zstd/ |
D | zstd_common.c | 63 void ZSTD_stackFree(void *opaque, void *address) in ZSTD_stackFree() argument 66 (void)address; in ZSTD_stackFree()
|
D | zstd_internal.h | 228 typedef void (*ZSTD_freeFunction)(void *opaque, void *address); 252 void ZSTD_stackFree(void *opaque, void *address);
|