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

123

/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/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/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/fs/dlm/
H A Drequestqueue.c159 struct rq_entry *e, *safe; local
162 list_for_each_entry_safe(e, safe, &ls->ls_requestqueue, list) {
H A Dast.c240 struct dlm_lkb *lkb, *safe; local
249 list_for_each_entry_safe(lkb, safe, &ls->ls_cb_delay, lkb_cb_list) {
H A Drecover.c926 struct dlm_rsb *r, *safe; local
929 list_for_each_entry_safe(r, safe, &ls->ls_root_list, res_root_list) {
H A Dmember.c550 struct dlm_member *memb, *safe; local
568 list_for_each_entry_safe(memb, safe, &ls->ls_nodes, list) {
/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/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/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/drivers/clocksource/
H A Dem_sti.c254 int safe; local
257 safe = em_sti_count(p) < (next - 1);
259 return !safe;
/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/tools/perf/scripts/perl/
H A Drwtop.pl96 $sa->safe(1);
/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/mtd/devices/
H A Dphram.c114 struct phram_mtd_list *this, *safe; local
116 list_for_each_entry_safe(this, safe, &phram_list, list) {
/linux-master/net/batman-adv/
H A Dtp_meter.c337 struct batadv_tp_unacked *un, *safe; local
345 list_for_each_entry_safe(un, safe, &tp_vars->unacked_list, list) {
1105 struct batadv_tp_unacked *un, *safe; local
1132 list_for_each_entry_safe(un, safe, &tp_vars->unacked_list, list) {
1295 struct batadv_tp_unacked *un, *safe; local
1302 list_for_each_entry_safe(un, safe, &tp_vars->unacked_list, list) {
H A Dtranslation-table.c463 struct batadv_tt_change_node *tt_change_node, *entry, *safe; local
483 list_for_each_entry_safe(entry, safe, &bat_priv->tt.changes_list,
987 struct batadv_tt_change_node *entry, *safe; local
1017 list_for_each_entry_safe(entry, safe, &bat_priv->tt.changes_list,
1415 struct batadv_tt_change_node *entry, *safe; local
1419 list_for_each_entry_safe(entry, safe, &bat_priv->tt.changes_list,
2030 struct hlist_node *safe; local
2035 hlist_for_each_entry_safe(orig_entry, safe, head, list)
2057 struct hlist_node *safe; local
2063 hlist_for_each_entry_safe(orig_entry, safe, hea
2201 struct hlist_node *safe; local
2594 struct hlist_node *safe; local
2630 struct hlist_node *safe; local
3369 struct hlist_node *safe; local
3421 struct batadv_tt_roam_node *node, *safe; local
3435 struct batadv_tt_roam_node *node, *safe; local
[all...]
/linux-master/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-ring.c43 len += sizeof(write_reg_buf->safe.cmd);
44 crc = mcp251xfd_crc16_compute(&write_reg_buf->safe, len);
48 len += sizeof(write_reg_buf->safe.crc);
/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/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/include/linux/
H A Dcompiler_types.h48 # define __safe __attribute__((safe))
/linux-master/net/tipc/
H A Dtopsrv.c128 struct outqueue_entry *e, *safe; local
138 list_for_each_entry_safe(e, safe, &con->outqueue, list) {
/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

Completed in 255 milliseconds

123