Home
last modified time | relevance | path

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

12

/linux/arch/x86/boot/
A 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()
A Dvideo.h76 int unsafe; /* Probing is unsafe, only do after "scan" */ member
A Dvideo-bios.c123 .unsafe = 1,
A Dboot.h347 void probe_cards(int unsafe);
/linux/security/apparmor/
A Ddomain.c798 bool *unsafe) in handle_onexec() argument
812 bprm, buffer, cond, unsafe)); in handle_onexec()
818 cond, unsafe)); in handle_onexec()
824 buffer, cond, unsafe)); in handle_onexec()
831 cond, unsafe)); in handle_onexec()
862 bool unsafe = false; in apparmor_bprm_creds_for_exec() local
897 bprm, buffer, &cond, &unsafe); in apparmor_bprm_creds_for_exec()
901 &cond, &unsafe)); in apparmor_bprm_creds_for_exec()
928 if (bprm->unsafe & LSM_UNSAFE_SHARE) { in apparmor_bprm_creds_for_exec()
933 if (bprm->unsafe & (LSM_UNSAFE_PTRACE)) { in apparmor_bprm_creds_for_exec()
[all …]
/linux/drivers/ntb/test/
A 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");
248 if (!unsafe) in pp_check_ntb()
254 if (!unsafe) in pp_check_ntb()
/linux/Documentation/locking/
A Dlockdep-design.rst118 is irq-unsafe means it was ever acquired with irq enabled.
120 A softirq-unsafe lock-class is automatically hardirq-unsafe as well. The
124 <hardirq-safe> or <hardirq-unsafe>
125 <softirq-safe> or <softirq-unsafe>
159 <hardirq-safe> -> <hardirq-unsafe>
160 <softirq-safe> -> <softirq-unsafe>
176 took any hardirq-unsafe lock in the past.
179 any softirq-unsafe lock in the past.
181 - if a new hardirq-unsafe lock is discovered, we check whether any
184 - if a new softirq-unsafe lock is discovered, we check whether any
[all …]
A Dpreempt-locking.rst92 But keep in mind that 'irqs disabled' is a fundamentally unsafe way of
/linux/include/linux/
A Dbinfmts.h52 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
/linux/tools/lib/perf/Documentation/
A DMakefile38 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
/linux/tools/lib/traceevent/Documentation/
A DMakefile31 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
/linux/drivers/memstick/core/
A DKconfig9 bool "Allow unsafe resume (DANGEROUS)"
/linux/Documentation/devicetree/bindings/cpufreq/
A Dcpufreq-st.txt40 Example [unsafe]
/linux/lib/
A DKconfig.kgdb28 bool "KGDB: use kprobe blocklist to prohibit unsafe breakpoints"
35 identify symbols where it is unsafe to set breakpoints.
A DKconfig.kasan152 bool "Enable stack instrumentation (unsafe)" if CC_IS_CLANG && !COMPILE_TEST
/linux/arch/arm64/boot/dts/allwinner/
A Dsun50i-h6-orangepi.dtsi257 * Using it as anything but a USB host is unsafe.
A Dsun50i-h6-orangepi-3.dts330 * unsafe.
/linux/tools/perf/Documentation/
A DMakefile48 ASCIIDOC_EXTRA += --unsafe -f asciidoc.conf
/linux/Documentation/dev-tools/kunit/
A Dtips.rst11 execution. In some cases, it's unsafe to continue and you can use the
/linux/Documentation/i2c/
A Ddma-considerations.rst28 using an unsafe DMA buffer. To improve this situation, using I2C_M_DMA_SAFE in
/linux/security/
A Dcommoncap.c920 ((bprm->unsafe & ~LSM_UNSAFE_PTRACE) || in cap_bprm_creds_from_file()
924 (bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS)) { in cap_bprm_creds_from_file()
/linux/fs/
A Dexec.c1557 bprm->unsafe |= LSM_UNSAFE_PTRACE; in check_unsafe_exec()
1564 bprm->unsafe |= LSM_UNSAFE_NO_NEW_PRIVS; in check_unsafe_exec()
1577 bprm->unsafe |= LSM_UNSAFE_SHARE; in check_unsafe_exec()
/linux/Documentation/driver-api/
A Dntb.rst150 * unsafe - Some hardware has known issues with scratchpad and doorbell
153 unsafe=1.
/linux/drivers/tty/serial/8250/
A DKconfig306 bool "Autodetect IRQ on standard ports (unsafe)"
312 This is considered unsafe; it is far better to configure the IRQ in
/linux/drivers/mtd/
A DKconfig54 this is very unsafe, but could be useful for file systems which are

Completed in 34 milliseconds

12