Searched refs:safe (Results 1 - 25 of 56) sorted by path

123

/linux-master/arch/m68k/fpsp040/
H A Dstan.S318 |--safe.
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S5473 #--safe.
5904 #--safe.
H A Dfpsp.S5579 #--safe.
6010 #--safe.
15657 # the exponent is 3fff or 3ffe. if it's 3ffe, then it's a safe number
/linux-master/arch/sparc/kernel/
H A Dwof.S111 wr %glob_tmp, 0x0, %wim ! set new %wim, this is safe now
148 wr %glob_tmp, 0x0, %wim ! Now it is safe to set new %wim
/linux-master/drivers/gpu/drm/omapdrm/
H A Dtcm.h325 #define tcm_for_each_slice(var, area, safe) \
326 for (safe = area, \
327 tcm_slice(&safe, &var); \
328 var.tcm; tcm_slice(&safe, &var))
/linux-master/drivers/usb/serial/
H A Dsafe_serial.c75 static bool safe = true; variable
85 module_param(safe, bool, 0);
86 MODULE_PARM_DESC(safe, "Turn Safe Encapsulation On/Off");
196 if (!safe)
232 trailer_len = safe ? 2 : 0;
236 if (!safe)
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S9 # Should be safe from C, only touches r4, r5 and v0,v1,v2
/linux-master/arch/arc/mm/
H A Dtlbex.S50 ; exception prologue (IRQ auto-disabled on Exceptions, so it's IRQ-safe).
58 ; core reg as it will not be SMP safe.
/linux-master/arch/arm/kernel/
H A Dentry-armv.S310 @ save/restore lr_abt and spsr_abt to make nested aborts safe.
320 mrs r2, spsr @ Save spsr_abt, abort is now safe
/linux-master/arch/arm/vfp/
H A Dvfphw.S38 @ FPEXC is in a safe state
/linux-master/arch/powerpc/kernel/
H A Dsmp.c469 static void do_smp_send_nmi_ipi(int cpu, bool safe) argument
471 if (!safe && smp_ops->cause_nmi_ipi && smp_ops->cause_nmi_ipi(cpu))
494 u64 delay_us, bool safe)
529 do_smp_send_nmi_ipi(cpu, safe);
493 __smp_send_nmi_ipi(int cpu, void (*fn)(struct pt_regs *), u64 delay_us, bool safe) argument
/linux-master/arch/x86/boot/
H A Dheader.S313 # The highest safe address for
394 # Getting to provably safe in-place decompression is hard. Worst case
433 # data, plus a small amount extra to keep the algorithm safe. The
453 # to be safe. To avoid problems at the block level allocating 5 extra bytes
/linux-master/arch/x86/mm/
H A Dextable.c175 struct pt_regs *regs, bool wrmsr, bool safe, int reg)
177 if (__ONCE_LITE_IF(!safe && wrmsr)) {
184 if (__ONCE_LITE_IF(!safe && !wrmsr)) {
196 if (safe)
244 * is it safe to write to the ERETU return frame which is just above
283 * safe to write to a previous FRED stack frame as they never overlap.
174 ex_handler_msr(const struct exception_table_entry *fixup, struct pt_regs *regs, bool wrmsr, bool safe, int reg) argument
/linux-master/arch/x86/realmode/rm/
H A Dtrampoline_32.S40 cli # We should be safe anyway
H A Dtrampoline_64.S62 cli # We should be safe anyway
106 cli # We should be safe anyway
138 * then it is safe for us to set the MSR bit and continue. If we
151 * CPU has has not been set. It is safe to set it, so do so.
/linux-master/drivers/clocksource/
H A Dem_sti.c254 int safe; local
257 safe = em_sti_count(p) < (next - 1);
259 return !safe;
/linux-master/drivers/cpufreq/
H A DKconfig.x8676 This kernel module is used for testing. It's safe to say M here.
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm1181 s_waitcnt lgkmcnt(0) //from now on, it is safe to restore STATUS and IB_STS
H A Dcwsr_trap_handler_gfx8.asm586 However, we are safe to restore these 4 SGPRs anyway, since TBA,TMA will later be restored by HWREG
634 s_waitcnt lgkmcnt(0) //from now on, it is safe to restore STATUS and IB_STS
H A Dcwsr_trap_handler_gfx9.asm881 s_waitcnt lgkmcnt(0) //from now on, it is safe to restore STATUS and IB_STS
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c93 struct ttm_validate_buffer *safe = entry; local
95 list_del(&safe->head);
96 list_add(&safe->head, dups);
/linux-master/drivers/input/gameport/
H A Dns558.c255 struct ns558 *ns558, *safe; local
257 list_for_each_entry_safe(ns558, safe, &ns558_list, node) {
/linux-master/drivers/md/
H A Draid10.c879 * rare that this path is taken, it is perfectly safe to force
4608 * yet recorded as 'safe' (i.e. in metadata on disk) then
4612 * 'safe' as the earliest block which might not have been copied
4618 * write to, and first_device_address on the 'safe' position.
4619 * If this 'next' write position is after the 'safe' position,
4620 * we must update the metadata to increase the 'safe' position.
4624 * less than current safe position.
4628 * so next can be after 'safe', but not by more than offset_diff
4639 sector_t next, safe, last; local
4678 /* 'safe' i
[all...]
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c393 struct list_head *p, *safe; local
400 list_for_each_safe(p, safe, &s->bufs) {
/linux-master/drivers/mtd/devices/
H A Dphram.c114 struct phram_mtd_list *this, *safe; local
116 list_for_each_entry_safe(this, safe, &phram_list, list) {

Completed in 690 milliseconds

123