| /Linux-v6.6/drivers/usb/serial/ |
| D | safe_serial.c | 75 static bool safe = true; variable 85 module_param(safe, bool, 0); 86 MODULE_PARM_DESC(safe, "Turn Safe Encapsulation On/Off"); 196 if (!safe) in safe_process_read_urb() 232 trailer_len = safe ? 2 : 0; in safe_prepare_write_buffer() 236 if (!safe) in safe_prepare_write_buffer()
|
| /Linux-v6.6/Documentation/i2c/ |
| D | dma-considerations.rst | 11 Therefore, it is *not* mandatory that the buffer of an I2C message is DMA safe. 13 rarely used. However, it is recommended to use a DMA-safe buffer if your 19 safe buffers always, because USB requires it. 24 For clients, if you use a DMA safe buffer in i2c_msg, set the I2C_M_DMA_SAFE 33 SMBus transactions via I2C, the buffers for block transfers are DMA safe. Users 34 of i2c_master_send() and i2c_master_recv() functions can now use DMA safe 36 know their buffers are DMA safe. Users of i2c_transfer() must set the 42 Bus master drivers wishing to implement safe DMA can use helper functions from 43 the I2C core. One gives you a DMA-safe buffer for a given i2c_msg as long as a
|
| /Linux-v6.6/Documentation/admin-guide/hw-vuln/ |
| D | srso.rst | 75 * 'Mitigation: safe RET': 81 Selected by default or by spec_rstack_overflow=safe-ret 85 Similar protection as "safe RET" above but employs an IBPB barrier on 113 default one is 'Mitigation: safe RET' which should take care of most 122 As one can surmise, 'Mitigation: safe RET' does come at the cost of some 132 Mitigation: safe RET 138 the CPU to mispredict every function return using a 'safe return' 142 safe return sequence is itself free from attacker interference. In Zen3 144 untraining function srso_alias_untrain_ret() and the safe return 146 poisoned BTB entry and using that safe one for all function returns.
|
| /Linux-v6.6/fs/ntfs/ |
| D | Kconfig | 10 safe, write support available. For write support you must also 29 Linux on your computer it is safe to say N. 58 This enables the partial, but safe, write support in the NTFS driver. 68 damaged someones data so we assume it is perfectly safe to use. 70 Note: While write support is safe in this version (a rewrite from 73 is not safe. 81 It is perfectly safe to say N here.
|
| /Linux-v6.6/drivers/gpu/drm/ttm/ |
| D | ttm_execbuf_util.c | 93 struct ttm_validate_buffer *safe = entry; in ttm_eu_reserve_buffers() local 95 list_del(&safe->head); in ttm_eu_reserve_buffers() 96 list_add(&safe->head, dups); in ttm_eu_reserve_buffers()
|
| /Linux-v6.6/Documentation/scsi/ |
| D | dc395x.rst | 10 be safe to use. Testing with hard disks has not been done to any 28 safe 31 If safe is set to 1 then the adapter will use conservative 32 ("safe") default settings. This sets: 99 dc395x. (eg "dc395x.safe=1")
|
| /Linux-v6.6/drivers/parport/ |
| D | Kconfig | 32 and it is safe to compile all the corresponding drivers into the 85 is safe to say N. 101 called parport_ip32. If in doubt, saying N is the safe plan. 110 called parport_amiga. If in doubt, saying N is the safe plan. 119 parport_mfc3. If in doubt, saying N is the safe plan. 128 called parport_atari. If in doubt, saying N is the safe plan. 151 appear in /proc/sys/dev/parport/*/autoprobe*. It is safe to say N.
|
| /Linux-v6.6/drivers/remoteproc/ |
| D | Kconfig | 24 It's safe to say N if you don't want to use this interface. 35 It's safe to say N here. 46 It's safe to say N here. 65 It's safe to say N here. 83 It's safe to say N here if you're not interested in multimedia 128 It's safe to say n here if you're not interested in multimedia 138 It's safe to say N here if you're not interested in the Keystone 161 processors on various TI SoCs. It's safe to say N here if you're 339 It's safe to say N here if you're not interested in utilizing 352 It's safe to say N here if you're not interested in utilizing [all …]
|
| /Linux-v6.6/arch/x86/mm/ |
| D | extable.c | 174 struct pt_regs *regs, bool wrmsr, bool safe, int reg) in ex_handler_msr() argument 176 if (__ONCE_LITE_IF(!safe && wrmsr)) { in ex_handler_msr() 183 if (__ONCE_LITE_IF(!safe && !wrmsr)) { in ex_handler_msr() 195 if (safe) in ex_handler_msr()
|
| /Linux-v6.6/drivers/gpu/drm/omapdrm/ |
| D | tcm.h | 325 #define tcm_for_each_slice(var, area, safe) \ argument 326 for (safe = area, \ 327 tcm_slice(&safe, &var); \ 328 var.tcm; tcm_slice(&safe, &var))
|
| /Linux-v6.6/drivers/of/ |
| D | Kconfig | 38 If unsure, say N here. This option is not safe to enable. 48 If unsure, say N here, but this option is safe to enable. 67 # Hardly any platforms need this. It is safe to select, but only do so if you
|
| /Linux-v6.6/arch/powerpc/platforms/52xx/ |
| D | Kconfig | 20 gpt nodes, then it is safe to use such gpt to reset the board, 56 It is safe to say 'Y' here
|
| /Linux-v6.6/fs/dlm/ |
| D | requestqueue.c | 159 struct rq_entry *e, *safe; in dlm_purge_requestqueue() local 162 list_for_each_entry_safe(e, safe, &ls->ls_requestqueue, list) { in dlm_purge_requestqueue()
|
| /Linux-v6.6/net/batman-adv/ |
| D | translation-table.c | 463 struct batadv_tt_change_node *tt_change_node, *entry, *safe; in batadv_tt_local_event() local 483 list_for_each_entry_safe(entry, safe, &bat_priv->tt.changes_list, in batadv_tt_local_event() 987 struct batadv_tt_change_node *entry, *safe; in batadv_tt_tvlv_container_update() local 1017 list_for_each_entry_safe(entry, safe, &bat_priv->tt.changes_list, in batadv_tt_tvlv_container_update() 1415 struct batadv_tt_change_node *entry, *safe; in batadv_tt_changes_list_free() local 1419 list_for_each_entry_safe(entry, safe, &bat_priv->tt.changes_list, in batadv_tt_changes_list_free() 2030 struct hlist_node *safe; in batadv_tt_global_del_orig_list() local 2035 hlist_for_each_entry_safe(orig_entry, safe, head, list) in batadv_tt_global_del_orig_list() 2057 struct hlist_node *safe; in batadv_tt_global_del_orig_node() local 2063 hlist_for_each_entry_safe(orig_entry, safe, head, list) { in batadv_tt_global_del_orig_node() [all …]
|
| /Linux-v6.6/drivers/clocksource/ |
| D | em_sti.c | 254 int safe; in em_sti_clock_event_next() local 257 safe = em_sti_count(p) < (next - 1); in em_sti_clock_event_next() 259 return !safe; in em_sti_clock_event_next()
|
| /Linux-v6.6/arch/arm/boot/dts/qcom/ |
| D | qcom-msm8974-sony-xperia-rhine-amami.dts | 11 qcom,fast-charge-safe-current = <1300000>;
|
| /Linux-v6.6/Documentation/devicetree/bindings/arm/omap/ |
| D | crossbar.txt | 27 - ti,irqs-safe-map: integer which maps to a safe configuration to use
|
| /Linux-v6.6/Documentation/devicetree/bindings/dma/ |
| D | ti-dma-crossbar.txt | 16 - ti,dma-safe-map: Safe routing value for unused request lines 52 ti,dma-safe-map = <0>;
|
| /Linux-v6.6/scripts/coccinelle/free/ |
| D | devm_free.cocci | 58 @safe depends on context || org || report exists@ 109 position p != safe.p;
|
| /Linux-v6.6/drivers/input/gameport/ |
| D | ns558.c | 255 struct ns558 *ns558, *safe; in ns558_exit() local 257 list_for_each_entry_safe(ns558, safe, &ns558_list, node) { in ns558_exit()
|
| /Linux-v6.6/drivers/pci/pcie/ |
| D | Kconfig | 77 hardware or configurations and enable it when known-safe. 129 it is safe to answer N. 138 is safe to enable even if you don't.
|
| /Linux-v6.6/Documentation/ABI/obsolete/ |
| D | sysfs-firmware-acpi | 8 enabling this knob is not safe and thus unsupported.
|
| /Linux-v6.6/arch/x86/xen/ |
| D | Kconfig | 97 bool "Always use safe MSR accesses in PV guests" 101 Use safe (not faulting) MSR access functions even if the MSR access
|
| /Linux-v6.6/fs/ocfs2/ |
| D | Kconfig | 39 It is always safe to say Y here, as the clustering method is 51 It is safe to say Y, as the clustering method is run-time
|
| /Linux-v6.6/Documentation/locking/ |
| D | spinlocks.rst | 18 The above is always safe. It will disable interrupts _locally_, but the 45 NOTE! The spin-lock is safe only when you **also** use the lock itself 101 are the most safe ones, and the ones that work under all circumstances, 102 but partly **because** they are safe they are also fairly slow. They are slower
|