/Linux-v4.19/arch/x86/boot/ |
D | video-mode.c | 33 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()
|
D | video.h | 78 int unsafe; /* Probing is unsafe, only do after "scan" */ member
|
D | video-bios.c | 125 .unsafe = 1,
|
D | boot.h | 351 void probe_cards(int unsafe);
|
/Linux-v4.19/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-v4.19/drivers/uwb/ |
D | drp-ie.c | 194 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()
|
D | rsv.c | 362 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()
|
D | allocator.c | 377 result->unsafe = ai->unsafe_allocated_mases; in uwb_rsv_find_best_allocation()
|
/Linux-v4.19/Documentation/locking/ |
D | lockdep-design.txt | 68 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/ |
D | domain.c | 819 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/ |
D | binfmts.h | 54 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
|
D | uwb.h | 116 int unsafe; member
|
/Linux-v4.19/drivers/memstick/core/ |
D | Kconfig | 8 bool "Allow unsafe resume (DANGEROUS)"
|
/Linux-v4.19/include/linux/uwb/ |
D | spec.h | 388 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/ |
D | cpufreq-st.txt | 42 Example [unsafe]
|
/Linux-v4.19/Documentation/i2c/ |
D | DMA-considerations | 28 using an unsafe DMA buffer. To improve this situation, using I2C_M_DMA_SAFE in
|
/Linux-v4.19/Documentation/ |
D | ntb.txt | 144 * unsafe - Some hardware has known issues with scratchpad and doorbell 147 unsafe=1.
|
D | preempt-locking.txt | 94 But keep in mind that 'irqs disabled' is a fundamentally unsafe way of
|
/Linux-v4.19/security/ |
D | commoncap.c | 846 ((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/ |
D | exec.c | 1483 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/ |
D | Makefile | 50 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-qbuf.rst | 145 an error, or even stop capturing. Reusing such buffer may be unsafe
|
/Linux-v4.19/drivers/tty/serial/8250/ |
D | Kconfig | 293 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/ |
D | entry-armv.S | 358 mov lr, r1 @ Restore lr_abt, abort is unsafe
|
/Linux-v4.19/drivers/gpu/drm/ |
D | Kconfig | 325 Enable legacy DRI1 drivers. Those drivers expose unsafe and dangerous
|