/openbmc/linux/include/linux/atomic/ |
H A D | atomic-long.h | 30 * Safe to use in noinstr code; prefer atomic_long_read() elsewhere. 50 * Safe to use in noinstr code; prefer atomic_long_read_acquire() elsewhere. 71 * Safe to use in noinstr code; prefer atomic_long_set() elsewhere. 92 * Safe to use in noinstr code; prefer atomic_long_set_release() elsewhere. 113 * Safe to use in noinstr code; prefer atomic_long_add() elsewhere. 134 * Safe to use in noinstr code; prefer atomic_long_add_return() elsewhere. 155 * Safe to use in noinstr code; prefer atomic_long_add_return_acquire() elsewhere. 176 * Safe to use in noinstr code; prefer atomic_long_add_return_release() elsewhere. 197 * Safe to use in noinstr code; prefer atomic_long_add_return_relaxed() elsewhere. 218 * Safe to use in noinstr code; prefer atomic_long_fetch_add() elsewhere. [all …]
|
H A D | atomic-arch-fallback.h | 437 * Safe to use in noinstr code; prefer atomic_read() elsewhere. 453 * Safe to use in noinstr code; prefer atomic_read_acquire() elsewhere. 483 * Safe to use in noinstr code; prefer atomic_set() elsewhere. 500 * Safe to use in noinstr code; prefer atomic_set_release() elsewhere. 526 * Safe to use in noinstr code; prefer atomic_add() elsewhere. 543 * Safe to use in noinstr code; prefer atomic_add_return() elsewhere. 570 * Safe to use in noinstr code; prefer atomic_add_return_acquire() elsewhere. 597 * Safe to use in noinstr code; prefer atomic_add_return_release() elsewhere. 623 * Safe to use in noinstr code; prefer atomic_add_return_relaxed() elsewhere. 646 * Safe to use in noinstr code; prefer atomic_fetch_add() elsewhere. [all …]
|
/openbmc/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 …]
|
/openbmc/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 …]
|
/openbmc/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
|
/openbmc/linux/fs/ntfs/ |
H A 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.
|
/openbmc/linux/drivers/remoteproc/ |
H A 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 …]
|
/openbmc/qemu/common-user/ |
H A D | safe-syscall-error.c | 2 * safe-syscall-error.c: errno setting fragment 3 * This is intended to be invoked by safe-syscall.S 13 #include "user/safe-syscall.h" 17 * from the assembly in host/arch/safe-syscall.inc.S. This takes
|
H A D | meson.build | 8 'safe-syscall.S', 9 'safe-syscall-error.c',
|
/openbmc/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.
|
/openbmc/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 …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | npm_registry.py | 22 def uri_quote(s, safe = '/'): argument 24 safe_set = set(safe) 53 return uri_quote(self.name, safe = '@') 148 return REGISTRY + '/' + uri_quote(spec.name, safe = '@') 155 uri_quote(spec.name, safe = '@'), 156 uri_quote(spec.name, safe = '@/'),
|
/openbmc/qemu/include/qemu/ |
H A D | yank.h | 23 * This function is thread-safe. 38 * This function is thread-safe. 51 * This function is thread-safe. 66 * This function is thread-safe.
|
/openbmc/qemu/rust/qemu-api/src/ |
H A D | lib.rs | 128 // SAFETY: g_malloc0() is safe to call. in alloc() 133 // SAFETY: g_aligned_alloc0() is safe to call. in alloc() 145 // SAFETY: qemu_memalign() is safe to call. in alloc() 155 // glib-allocated pointer, so `g_free`ing is safe. in dealloc() 161 // glib-allocated pointer, so `g_aligned_free`ing is safe. in dealloc() 167 // glib-allocated pointer, so `qemu_vfree`ing is safe. in dealloc()
|
/openbmc/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()
|
/openbmc/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";
|
/openbmc/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")
|
/openbmc/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.
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | cpufeature.h | 30 * The safe value of a CPUID feature field is dependent on the implications 37 * a field when EXACT is specified, failing which, the safe value specified 42 FTR_EXACT, /* Use a predefined safe value */ 43 FTR_LOWER_SAFE, /* Smaller value is safe */ 44 FTR_HIGHER_SAFE, /* Bigger value is safe */ 45 FTR_HIGHER_OR_ZERO_SAFE, /* Bigger value is safe, but 0 is biggest */ 67 s64 safe_val; /* safe value for FTR_EXACT features */ 95 * @sys_val Safe value across the CPUs (system view) 171 * kernel), the kernel should make sure that it is safe to use the CPU, 272 /* Is it safe for a late CPU to miss this capability when system has it */ [all …]
|
/openbmc/phosphor-led-manager/scripts/ |
H A D | parse_led.py | 13 Check if a string is safe for use on D-Bus. 19 bool: True if the string is safe for D-Bus, False otherwise. 46 print("WARNING: '" + name + "' is not dbus safe", file=sys.stderr) 47 raise ValueError("WARNING: '" + name + "' is not dbus safe") 55 print("WARNING: '" + name + "' is not dbus safe", file=sys.stderr)
|
/openbmc/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 107 * @status: Pointer to danger safe status 121 * get_safe_status - get safe status 123 * @status: Pointer to danger safe status
|
/openbmc/linux/security/apparmor/include/ |
H A D | cred.h | 72 * of the label so it is safe to call when inside of locks. 84 * This fn will not update the tasks cred, so it is safe inside of locks 118 * safe to call inside locks 140 * Not safe to call inside locks
|
/openbmc/linux/drivers/of/ |
H A 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
|
/openbmc/qemu/qapi/ |
H A D | machine-target.json | 42 # The @static CPU models are migration-safe. 45 # to be migration-safe, but allows tooling to get an insight and 48 # .. note:: When a non-migration-safe CPU model is expanded in static 53 # enabled by a non-migration-safe CPU model, use @full. If you 189 # migration-safe CPU model (see "static" CPU model expansion for 327 # @migration-safe: whether a CPU definition can be safely used for 332 # assume the CPU definition to be migration-safe. (since 2.8) 336 # accelerator options. A static model is always migration-safe. 350 # migration-safe in the future (since 4.1) 375 '*migration-safe': 'bool',
|
/openbmc/sdbusplus/test/bus/ |
H A D | match.cpp | 39 auto m2 = std::move(m); // ensure match is move-safe. in TEST_F() 58 auto m2 = std::move(m); // ensure match is move-safe. in TEST_F() 86 auto m2 = std::move(m); // ensure match is move-safe. in TEST_F()
|