Home
last modified time | relevance | path

Searched refs:unsafe (Results 1 – 25 of 39) sorted by relevance

12

/Linux-v4.19/arch/x86/boot/
Dvideo-mode.c33 void probe_cards(int unsafe) in probe_cards() argument
38 if (probed[unsafe]) in probe_cards()
41 probed[unsafe] = 1; in probe_cards()
44 if (card->unsafe == unsafe) { in probe_cards()
Dvideo.h78 int unsafe; /* Probing is unsafe, only do after "scan" */ member
Dvideo-bios.c125 .unsafe = 1,
Dboot.h351 void probe_cards(int unsafe);
/Linux-v4.19/drivers/ntb/test/
Dntb_pingpong.c91 static unsigned int unsafe; variable
92 module_param(unsafe, uint, 0644);
93 MODULE_PARM_DESC(unsafe, "Run even though ntb operations may be unsafe");
249 if (!unsafe) in pp_check_ntb()
255 if (!unsafe) in pp_check_ntb()
/Linux-v4.19/drivers/uwb/
Ddrp-ie.c194 int unsafe; in uwb_drp_ie_update() local
202 unsafe = rsv->mas.unsafe ? 1 : 0; in uwb_drp_ie_update()
211 uwb_ie_drp_set_unsafe(drp_ie, unsafe); in uwb_drp_ie_update()
Drsv.c362 rsv->mas.unsafe += mv->companion_mas.unsafe; in uwb_rsv_set_state()
369 rsv->mas.unsafe = mv->final_mas.unsafe; in uwb_rsv_set_state()
Dallocator.c377 result->unsafe = ai->unsafe_allocated_mases; in uwb_rsv_find_best_allocation()
/Linux-v4.19/Documentation/locking/
Dlockdep-design.txt68 A softirq-unsafe lock-class is automatically hardirq-unsafe as well. The
72 <hardirq-safe> and <hardirq-unsafe>
73 <softirq-safe> and <softirq-unsafe>
97 <hardirq-safe> -> <hardirq-unsafe>
98 <softirq-safe> -> <softirq-unsafe>
101 taken by a hardirq context, interrupting a hardirq-unsafe lock - and
103 lock could be taken by an softirq context, interrupting a softirq-unsafe
114 took any hardirq-unsafe lock in the past.
117 any softirq-unsafe lock in the past.
119 - if a new hardirq-unsafe lock is discovered, we check whether any
[all …]
/Linux-v4.19/security/apparmor/
Ddomain.c819 bool *unsafe) in handle_onexec() argument
833 bprm, buffer, cond, unsafe)); in handle_onexec()
839 cond, unsafe)); in handle_onexec()
845 buffer, cond, unsafe)); in handle_onexec()
852 cond, unsafe)); in handle_onexec()
883 bool unsafe = false; in apparmor_bprm_set_creds() local
905 if ((bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS) && !unconfined(label) && in apparmor_bprm_set_creds()
914 bprm, buffer, &cond, &unsafe); in apparmor_bprm_set_creds()
918 &cond, &unsafe)); in apparmor_bprm_set_creds()
937 if ((bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS) && in apparmor_bprm_set_creds()
[all …]
/Linux-v4.19/include/linux/
Dbinfmts.h54 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
Duwb.h116 int unsafe; member
/Linux-v4.19/drivers/memstick/core/
DKconfig8 bool "Allow unsafe resume (DANGEROUS)"
/Linux-v4.19/include/linux/uwb/
Dspec.h388 static inline void uwb_ie_drp_set_unsafe(struct uwb_ie_drp *ie, int unsafe) in uwb_ie_drp_set_unsafe() argument
391 drp_control = (drp_control & ~(0x1 << 12)) | (unsafe << 12); in uwb_ie_drp_set_unsafe()
/Linux-v4.19/Documentation/devicetree/bindings/cpufreq/
Dcpufreq-st.txt42 Example [unsafe]
/Linux-v4.19/Documentation/i2c/
DDMA-considerations28 using an unsafe DMA buffer. To improve this situation, using I2C_M_DMA_SAFE in
/Linux-v4.19/Documentation/
Dntb.txt144 * unsafe - Some hardware has known issues with scratchpad and doorbell
147 unsafe=1.
Dpreempt-locking.txt94 But keep in mind that 'irqs disabled' is a fundamentally unsafe way of
/Linux-v4.19/security/
Dcommoncap.c846 ((bprm->unsafe & ~LSM_UNSAFE_PTRACE) || in cap_bprm_set_creds()
850 (bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS)) { in cap_bprm_set_creds()
/Linux-v4.19/fs/
Dexec.c1483 bprm->unsafe |= LSM_UNSAFE_PTRACE; in check_unsafe_exec()
1490 bprm->unsafe |= LSM_UNSAFE_NO_NEW_PRIVS; in check_unsafe_exec()
1503 bprm->unsafe |= LSM_UNSAFE_SHARE; in check_unsafe_exec()
/Linux-v4.19/tools/perf/Documentation/
DMakefile50 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-qbuf.rst145 an error, or even stop capturing. Reusing such buffer may be unsafe
/Linux-v4.19/drivers/tty/serial/8250/
DKconfig293 bool "Autodetect IRQ on standard ports (unsafe)"
299 This is considered unsafe; it is far better to configure the IRQ in
/Linux-v4.19/arch/arm/kernel/
Dentry-armv.S358 mov lr, r1 @ Restore lr_abt, abort is unsafe
/Linux-v4.19/drivers/gpu/drm/
DKconfig325 Enable legacy DRI1 drivers. Those drivers expose unsafe and dangerous

12