/Linux-v5.4/arch/x86/boot/ |
D | video-mode.c | 31 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()
|
D | video.h | 76 int unsafe; /* Probing is unsafe, only do after "scan" */ member
|
D | video-bios.c | 123 .unsafe = 1,
|
D | boot.h | 347 void probe_cards(int unsafe);
|
/Linux-v5.4/drivers/ntb/test/ |
D | ntb_pingpong.c | 91 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/ |
D | drp-ie.c | 182 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()
|
D | rsv.c | 351 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()
|
D | allocator.c | 366 result->unsafe = ai->unsafe_allocated_mases; in uwb_rsv_find_best_allocation()
|
D | uwb.h | 102 int unsafe; member
|
/Linux-v5.4/Documentation/locking/ |
D | lockdep-design.rst | 115 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/ |
D | domain.c | 815 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/ |
D | binfmts.h | 54 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
|
/Linux-v5.4/tools/lib/traceevent/Documentation/ |
D | Makefile | 31 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
|
/Linux-v5.4/drivers/memstick/core/ |
D | Kconfig | 9 bool "Allow unsafe resume (DANGEROUS)"
|
/Linux-v5.4/drivers/staging/uwb/include/ |
D | spec.h | 374 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/ |
D | cpufreq-st.txt | 42 Example [unsafe]
|
/Linux-v5.4/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h6-orangepi-3.dts | 276 * unsafe.
|
/Linux-v5.4/Documentation/i2c/ |
D | dma-considerations.rst | 28 using an unsafe DMA buffer. To improve this situation, using I2C_M_DMA_SAFE in
|
/Linux-v5.4/security/ |
D | commoncap.c | 838 ((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/ |
D | exec.c | 1488 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/ |
D | Kconfig.kasan | 108 bool "Enable stack instrumentation (unsafe)" if CC_IS_CLANG && !COMPILE_TEST
|
/Linux-v5.4/Documentation/driver-api/ |
D | ntb.rst | 150 * unsafe - Some hardware has known issues with scratchpad and doorbell 153 unsafe=1.
|
/Linux-v5.4/tools/perf/Documentation/ |
D | Makefile | 51 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
|
/Linux-v5.4/Documentation/ |
D | preempt-locking.txt | 92 But keep in mind that 'irqs disabled' is a fundamentally unsafe way of
|
/Linux-v5.4/drivers/tty/serial/8250/ |
D | Kconfig | 295 bool "Autodetect IRQ on standard ports (unsafe)" 301 This is considered unsafe; it is far better to configure the IRQ in
|