Home
last modified time | relevance | path

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

12

/Linux-v5.4/arch/x86/boot/
Dvideo-mode.c31 void probe_cards(int unsafe) in probe_cards() argument
36 if (probed[unsafe]) in probe_cards()
39 probed[unsafe] = 1; in probe_cards()
42 if (card->unsafe == unsafe) { in probe_cards()
Dvideo.h76 int unsafe; /* Probing is unsafe, only do after "scan" */ member
Dvideo-bios.c123 .unsafe = 1,
Dboot.h347 void probe_cards(int unsafe);
/Linux-v5.4/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-v5.4/drivers/staging/uwb/
Ddrp-ie.c182 int unsafe; in uwb_drp_ie_update() local
190 unsafe = rsv->mas.unsafe ? 1 : 0; in uwb_drp_ie_update()
199 uwb_ie_drp_set_unsafe(drp_ie, unsafe); in uwb_drp_ie_update()
Drsv.c351 rsv->mas.unsafe += mv->companion_mas.unsafe; in uwb_rsv_set_state()
358 rsv->mas.unsafe = mv->final_mas.unsafe; in uwb_rsv_set_state()
Dallocator.c366 result->unsafe = ai->unsafe_allocated_mases; in uwb_rsv_find_best_allocation()
Duwb.h102 int unsafe; member
/Linux-v5.4/Documentation/locking/
Dlockdep-design.rst115 is irq-unsafe means it was ever acquired with irq enabled.
117 A softirq-unsafe lock-class is automatically hardirq-unsafe as well. The
121 <hardirq-safe> or <hardirq-unsafe>
122 <softirq-safe> or <softirq-unsafe>
125 cannot be ever acquired with irq enabled (irq-unsafe). Otherwise, a
156 <hardirq-safe> -> <hardirq-unsafe>
157 <softirq-safe> -> <softirq-unsafe>
160 taken by a hardirq context, interrupting a hardirq-unsafe lock - and
162 lock could be taken by an softirq context, interrupting a softirq-unsafe
173 took any hardirq-unsafe lock in the past.
[all …]
/Linux-v5.4/security/apparmor/
Ddomain.c815 bool *unsafe) in handle_onexec() argument
829 bprm, buffer, cond, unsafe)); in handle_onexec()
835 cond, unsafe)); in handle_onexec()
841 buffer, cond, unsafe)); in handle_onexec()
848 cond, unsafe)); in handle_onexec()
879 bool unsafe = false; in apparmor_bprm_set_creds() local
901 if ((bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS) && !unconfined(label) && in apparmor_bprm_set_creds()
910 bprm, buffer, &cond, &unsafe); in apparmor_bprm_set_creds()
914 &cond, &unsafe)); in apparmor_bprm_set_creds()
933 if ((bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS) && in apparmor_bprm_set_creds()
[all …]
/Linux-v5.4/include/linux/
Dbinfmts.h54 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
/Linux-v5.4/tools/lib/traceevent/Documentation/
DMakefile31 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
/Linux-v5.4/drivers/memstick/core/
DKconfig9 bool "Allow unsafe resume (DANGEROUS)"
/Linux-v5.4/drivers/staging/uwb/include/
Dspec.h374 static inline void uwb_ie_drp_set_unsafe(struct uwb_ie_drp *ie, int unsafe) in uwb_ie_drp_set_unsafe() argument
377 drp_control = (drp_control & ~(0x1 << 12)) | (unsafe << 12); in uwb_ie_drp_set_unsafe()
/Linux-v5.4/Documentation/devicetree/bindings/cpufreq/
Dcpufreq-st.txt42 Example [unsafe]
/Linux-v5.4/arch/arm64/boot/dts/allwinner/
Dsun50i-h6-orangepi-3.dts276 * unsafe.
/Linux-v5.4/Documentation/i2c/
Ddma-considerations.rst28 using an unsafe DMA buffer. To improve this situation, using I2C_M_DMA_SAFE in
/Linux-v5.4/security/
Dcommoncap.c838 ((bprm->unsafe & ~LSM_UNSAFE_PTRACE) || in cap_bprm_set_creds()
842 (bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS)) { in cap_bprm_set_creds()
/Linux-v5.4/fs/
Dexec.c1488 bprm->unsafe |= LSM_UNSAFE_PTRACE; in check_unsafe_exec()
1495 bprm->unsafe |= LSM_UNSAFE_NO_NEW_PRIVS; in check_unsafe_exec()
1508 bprm->unsafe |= LSM_UNSAFE_SHARE; in check_unsafe_exec()
/Linux-v5.4/lib/
DKconfig.kasan108 bool "Enable stack instrumentation (unsafe)" if CC_IS_CLANG && !COMPILE_TEST
/Linux-v5.4/Documentation/driver-api/
Dntb.rst150 * unsafe - Some hardware has known issues with scratchpad and doorbell
153 unsafe=1.
/Linux-v5.4/tools/perf/Documentation/
DMakefile51 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
/Linux-v5.4/Documentation/
Dpreempt-locking.txt92 But keep in mind that 'irqs disabled' is a fundamentally unsafe way of
/Linux-v5.4/drivers/tty/serial/8250/
DKconfig295 bool "Autodetect IRQ on standard ports (unsafe)"
301 This is considered unsafe; it is far better to configure the IRQ in

12