/linux/drivers/misc/ |
H A D | open-dice.c | 11 * process via a misc device. Userspace can also request a wipe of the memory. 18 * write(fd, NULL, 0); // wipe 73 * Triggers a wipe of the reserved memory region. The user-provided pointer 101 /* Create write-combine mapping so all clients observe a wipe. */ in open_dice_mmap()
|
/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | ti,rti-wdt.yaml | 46 is supposed to wipe the whole memory region. Surely, if this
|
/linux/kernel/configs/ |
H A D | hardening.config | 66 # Wipe RAM at reboot via EFI. For more details, see:
|
/linux/fs/pstore/ |
H A D | ram_internal.h | 54 * saved copy of @buffer->data prior to most recent wipe
|
/linux/drivers/comedi/drivers/ |
H A D | addi_apci_1032.c | 138 /* wipe old channels */ in apci1032_cos_insn_config() 156 /* wipe old channels */ in apci1032_cos_insn_config()
|
/linux/arch/powerpc/mm/kasan/ |
H A D | init_book3s_64.c | 82 /* mark early shadow region as RO and wipe it */ in kasan_init()
|
/linux/arch/powerpc/crypto/ |
H A D | sha1.c | 83 /* Wipe context */ in powerpc_sha1_final()
|
/linux/arch/s390/crypto/ |
H A D | sha_common.c | 128 /* wipe context */ in s390_sha_final()
|
/linux/arch/powerpc/boot/ |
H A D | serial.c | 55 /* Test for ^x/^u (and wipe the line) */ in serial_edit_cmdline()
|
/linux/drivers/md/ |
H A D | dm-crypt.c | 109 int (*wipe)(struct crypt_config *cc); 1121 .wipe = crypt_iv_lmk_wipe, 1130 .wipe = crypt_iv_tcw_wipe, 1148 .wipe = crypt_iv_elephant_wipe, 2690 /* wipe references to any kernel keyring key */ in crypt_set_key() 2703 /* Hex key string not needed after here, so wipe it. */ in crypt_set_key() 2716 /* Wipe IV private keys */ in crypt_set_key() 2717 if (cc->iv_gen_ops && cc->iv_gen_ops->wipe) { in crypt_set_key() 2718 r = cc->iv_gen_ops->wipe(cc); 3145 /* wipe th in crypt_ctr_cipher() 108 int (*wipe)(struct crypt_config *cc); global() member [all...] |
/linux/fs/ocfs2/ |
H A D | inode.h | 97 /* Tell the inode wipe code it's not in orphan dir */
|
H A D | journal.h | 156 * Initialize, Load, Shutdown, Wipe a journal. 164 * ocfs2_journal_wipe - Wipe transactions from a journal. Optionally
|
/linux/drivers/firmware/efi/libstub/ |
H A D | random.c | 165 /* wipe and free the old seed if we managed to install the new one */ in efi_random_get_seed()
|
/linux/tools/testing/selftests/proc/ |
H A D | fd-001-lookup.c | 107 /* Wipe fdtable. */ in main()
|
/linux/arch/sparc/crypto/ |
H A D | sha1_glue.c | 95 /* Wipe context */ in sha1_sparc64_final()
|
H A D | sha256_glue.c | 94 /* Wipe context */ in sha256_sparc64_final()
|
H A D | md5_glue.c | 111 /* Wipe context */ in md5_sparc64_final()
|
H A D | sha512_glue.c | 98 /* Wipe context */ in sha512_sparc64_final()
|
/linux/Documentation/driver-api/nvdimm/ |
H A D | security.rst | 32 overwrite <keyid> - wipe the entire nvdimm.
|
/linux/drivers/hid/ |
H A D | hid-roccat-kone.h | 155 struct_group(wipe,
|
/linux/net/ipv4/ |
H A D | tcp_veno.c | 189 /* Wipe the slate clean for the next rtt. */ in tcp_veno_cong_avoid()
|
H A D | tcp_yeah.c | 181 /* Wipe the slate clean for the next RTT. */ in tcp_yeah_cong_avoid()
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-codec.rst | 1517 - Slice groups grow in wipe scan pattern from top to bottom. 1536 Specifies a direction of the slice group change for raster and wipe 1546 - Raster scan or wipe right. 1548 - Reverse raster scan or wipe left. 1553 Specifies the size of the first slice group for raster and wipe map.
|
/linux/arch/hexagon/mm/ |
H A D | init.c | 59 * To-Do: someone somewhere should wipe out the bootmem map in mem_init()
|
/linux/sound/soc/intel/avs/ |
H A D | utils.c | 147 /* If old elements have been reused, don't wipe them. */ in avs_module_ida_alloc()
|