/linux/arch/nios2/include/asm/ |
H A D | asm-macros.h | 36 * It is safe to use the same register for reg1 & reg2. 55 * It is safe to use the same register for reg1 & reg2. 75 * It is safe to use the same register for reg1 & reg2. 94 * It is safe to use the same register for reg1 & reg2. 106 * It is safe to use the same register for reg1 & reg2. 118 * It is NOT safe to use the same register for reg1 & reg2. 139 * It is NOT safe to use the same register for reg1 & reg2. 160 * It is NOT safe to use the same register for reg1 & reg2. 182 * It is NOT safe to use the same register for reg1 & reg2. 195 * It is NOT safe to use the same register for reg1 & reg2. [all …]
|
/linux/Documentation/admin-guide/hw-vuln/ |
H A D | srso.rst | 58 * 'Vulnerable: Safe RET, no microcode': 60 The "Safe RET" mitigation (see below) has been applied to protect the 64 * 'Vulnerable: Microcode, no safe RET': 85 * 'Mitigation: Safe RET': 91 Selected by default or by spec_rstack_overflow=safe-ret 95 Similar protection as "safe RET" above but employs an IBPB barrier on 123 default one is 'Mitigation: safe RET' which should take care of most 132 As one can surmise, 'Mitigation: safe RET' does come at the cost of some 142 Mitigation: Safe RET 148 the CPU to mispredict every function return using a 'safe return' [all …]
|
/linux/Documentation/i2c/ |
H A 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/Documentation/devicetree/bindings/power/supply/ |
H A D | qcom,pm8916-lbc.yaml | 63 qcom,fast-charge-safe-voltage: 68 Maximum safe battery voltage in uV; May be pre-set by bootloader, 71 qcom,fast-charge-safe-current: 76 Maximum safe battery charge current in uA; May be pre-set by 86 - qcom,fast-charge-safe-voltage 87 - qcom,fast-charge-safe-current 125 qcom,fast-charge-safe-current = <900000>; 126 qcom,fast-charge-safe-voltage = <4300000>;
|
H A D | qcom,pm8941-charger.yaml | 66 qcom,fast-charge-safe-voltage: 71 Maximum safe battery voltage in uV; May be pre-set by bootloader, in which case, 75 qcom,fast-charge-safe-current: 80 Maximum safe battery charge current in uA; May pre-set by bootloader, in which case,
|
/linux/drivers/parport/ |
H A 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/include/linux/ |
H A D | percpu-refcount.h | 24 * it's safe to drop the initial ref. 35 * and it's then safe to drop the initial ref with percpu_ref_put(). 196 * This function is safe to call as long as @ref is between init and exit. 218 * This function is safe to call as long as @ref is between init and exit. 233 * This function is safe to call as long as @ref is between init and exit. 262 * This function is safe to call as long as @ref is between init and exit. 273 * This function is safe to call as long as @ref is between init and exit. 304 * This function is safe to call as long as @ref is between init and exit. 324 * This function is safe to call as long as @ref is between init and exit. 347 * This function is safe to call as long as @ref is between init and exit. [all …]
|
/linux/drivers/of/ |
H A D | Kconfig | 43 If unsure, say N here. This option is not safe to enable. 52 If unsure, say N here, but this option is safe to enable. 62 If unsure, say N here, but this option is safe to enable. 81 # Hardly any platforms need this. It is safe to select, but only do so if you 124 If unsure, say N here, but this option is safe to enable.
|
/linux/drivers/usb/serial/ |
H A D | safe_serial.c | 3 * Safe Encapsulated USB Serial Driver 75 static bool safe = true; variable 79 #define DRIVER_DESC "USB Safe Encapsulated Serial" 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/Documentation/scsi/ |
H A 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/Documentation/devicetree/bindings/display/tegra/ |
H A D | nvidia,tegra124-sor.yaml | 119 - description: safe reference clock for the SOR clock 131 - const: safe 141 - description: safe reference clock for the SOR clock 152 - const: safe 182 clock-names = "sor", "out", "parent", "dp", "safe";
|
/linux/include/drm/ |
H A D | drm_panic.h | 80 * - Anything protected by drm_panic_lock() and drm_panic_unlock() pairs is safe 92 * - It is safe to deference the drm_plane.state pointer. 95 * stays invariant after the atomic check code has finished is safe to access. 100 * &drm_plane_helper_funcs.fb_cleanup is safe to access, as long as it stays 108 * &drm_plane_helper_funcs.end_fb_access is not safe to access.
|
/linux/arch/um/drivers/ |
H A D | Kconfig | 38 It is safe to say 'Y' here. 48 It is safe to say 'Y' here. 57 It is safe to say 'Y' here. 65 It is safe to say 'Y' here. 86 It is safe to leave this unchanged. 96 It is safe to leave this unchanged, although you may wish to change 108 It is safe to leave this unchanged, although you may wish to change 120 It is safe to say 'Y' here.
|
/linux/arch/arm64/include/asm/ |
H A D | cpufeature.h | 32 * The safe value of a CPUID feature field is dependent on the implications 39 * a field when EXACT is specified, failing which, the safe value specified 44 FTR_EXACT, /* Use a predefined safe value */ 45 FTR_LOWER_SAFE, /* Smaller value is safe */ 46 FTR_HIGHER_SAFE, /* Bigger value is safe */ 47 FTR_HIGHER_OR_ZERO_SAFE, /* Bigger value is safe, but 0 is biggest */ 69 s64 safe_val; /* safe value for FTR_EXACT features */ 97 * @sys_val Safe value across the CPUs (system view) 173 * kernel), the kernel should make sure that it is safe to use the CPU, 274 /* Is it safe for a late CPU to miss this capability when system has it */ [all …]
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_top.h | 46 * struct dpu_danger_safe_status: danger and safe status signals 114 * @status: Pointer to danger safe status 128 * get_safe_status - get safe status 130 * @status: Pointer to danger safe status
|
/linux/security/apparmor/include/ |
H A D | cred.h | 92 * of the label so it is safe to call when inside of locks. 104 * This fn will not update the tasks cred, so it is safe inside of locks 138 * safe to call inside locks 160 * Not safe to call inside locks
|
/linux/drivers/mfd/ |
H A D | da9052-i2c.c | 22 /* I2C safe register check */ 52 * This fix is to follow any read or write with a dummy read to a safe 64 /* A dummy read to a safe register address. */ in da9052_i2c_fix() 74 * to a safe place is not required. in da9052_i2c_fix()
|
/linux/Documentation/devicetree/bindings/dma/ |
H A D | ti-dma-crossbar.txt | 16 - ti,dma-safe-map: Safe routing value for unused request lines 52 ti,dma-safe-map = <0>;
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | gm20b.c | 136 /* safe frequency we can use at minimum voltage */ 485 * Compute PLL parameters that are always safe for the current voltage 494 /* remove a safe margin of 10% */ in gm20b_dvfs_calc_safe_pll() 584 * frequency to be safe at DVFS coeff = 0. in gm20b_clk_prog() 587 * - safe frequency target matches the lowest - old - frequency in gm20b_clk_prog() 593 * - safe frequency target matches the lowest - new - frequency in gm20b_clk_prog() 597 * Interim step can be skipped if old frequency is below safe minimum, in gm20b_clk_prog() 598 * i.e., it is low enough to be safe at any voltage in operating range in gm20b_clk_prog() 606 /* voltage will raise: safe frequency is current one */ in gm20b_clk_prog() 609 /* voltage will drop: safe frequency is new one */ in gm20b_clk_prog() [all …]
|
/linux/tools/include/linux/ |
H A D | list.h | 201 * can only be safe if the only activity that can happen 431 * list_for_each_safe - iterate over a list safe against removal of list entry 441 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry 525 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry 538 * list_for_each_entry_safe_continue - continue list iteration safe against removal 545 * safe against removal of list entry. 554 * list_for_each_entry_safe_from - iterate over list from current point safe against removal 560 * Iterate over list of given type from current point, safe against 569 * list_for_each_entry_safe_reverse - iterate backwards over list safe against removal 575 * Iterate backwards over list of given type, safe against removal [all …]
|
/linux/mm/ |
H A D | zpool.c | 141 * Implementations must guarantee this to be thread-safe. 192 * Implementations must guarantee this to be thread-safe, 214 * Implementations must guarantee this to be thread-safe. 230 * Implementations must guarantee this to be thread-safe. 251 * Implementations must guarantee this to be thread-safe. 270 * Implementations must guarantee this to be thread-safe,
|
/linux/Documentation/livepatch/ |
H A D | livepatch.rst | 70 when it is safe to do so, e.g. when the affected locks are released 73 The theory about how to apply functions a safe way is rather complex. 83 Patches are applied on a per-task basis, when the task is deemed safe to 95 safe to patch tasks: 184 klp_update_patch_state() in a safe location. Kthreads are typically 185 in an infinite loop which does some action repeatedly. The safe 194 There the safe location must be carefully selected on a case-by-case 388 Module removal is only safe when there are no users of functions provided
|
/linux/Documentation/locking/ |
H A 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
|
/linux/arch/x86/include/asm/ |
H A D | edac.h | 5 /* ECC atomic, DMA, SMP and interrupt safe scrub function */ 13 * are interrupt, DMA and SMP safe. in edac_atomic_scrub()
|
/linux/drivers/usb/gadget/function/ |
H A D | f_subset.c | 36 * "SAFE", which happens to have a mode which is identical to the "CDC 42 * descriptors to the CDC Subset code, making this code look like a SAFE 66 * some host side drivers will understand it as a "SAFE" variant. 68 * "SAFE" loosely follows CDC WMC MDLM, violating the spec in various ways. 110 * the submode of "SAFE" which directly matches the CDC Subset. 117 0, /* "SAFE" */ 236 [0].s = "CDC Ethernet Subset/SAFE",
|