Home
last modified time | relevance | path

Searched refs:unsafe (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/arch/x86/boot/
H 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()
H A Dvideo.h76 int unsafe; /* Probing is unsafe, only do after "scan" */ member
H A Dvideo-bios.c123 .unsafe = 1,
H A Dboot.h359 void probe_cards(int unsafe);
/kernel/linux/linux-6.6/arch/x86/boot/
H 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()
H A Dvideo-bios.c123 .unsafe = 1,
H A Dvideo.h76 int unsafe; /* Probing is unsafe, only do after "scan" */ member
H A Dboot.h326 void probe_cards(int unsafe);
/kernel/linux/linux-5.10/drivers/ntb/test/
H 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");
247 dev_dbg(&ntb->dev, "Doorbell is unsafe\n"); in pp_check_ntb()
248 if (!unsafe) in pp_check_ntb()
253 dev_dbg(&ntb->dev, "Scratchpad is unsafe\n"); in pp_check_ntb()
254 if (!unsafe) in pp_check_ntb()
/kernel/linux/linux-6.6/drivers/ntb/test/
H 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");
247 dev_dbg(&ntb->dev, "Doorbell is unsafe\n"); in pp_check_ntb()
248 if (!unsafe) in pp_check_ntb()
253 dev_dbg(&ntb->dev, "Scratchpad is unsafe\n"); in pp_check_ntb()
254 if (!unsafe) in pp_check_ntb()
/kernel/linux/linux-5.10/security/apparmor/
H A Ddomain.c796 bool *unsafe) in handle_onexec()
810 bprm, buffer, cond, unsafe)); in handle_onexec()
816 cond, unsafe)); in handle_onexec()
822 buffer, cond, unsafe)); in handle_onexec()
829 cond, unsafe)); in handle_onexec()
860 bool unsafe = false; in apparmor_bprm_creds_for_exec() local
879 if ((bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS) && !unconfined(label) && in apparmor_bprm_creds_for_exec()
893 bprm, buffer, &cond, &unsafe); in apparmor_bprm_creds_for_exec()
897 &cond, &unsafe)); in apparmor_bprm_creds_for_exec()
916 if ((bprm->unsafe in apparmor_bprm_creds_for_exec()
792 handle_onexec(struct aa_label *label, struct aa_label *onexec, bool stack, const struct linux_binprm *bprm, char *buffer, struct path_cond *cond, bool *unsafe) handle_onexec() argument
[all...]
/kernel/linux/linux-6.6/security/apparmor/
H A Ddomain.c812 bool *unsafe) in handle_onexec()
826 bprm, buffer, cond, unsafe)); in handle_onexec()
833 cond, unsafe)); in handle_onexec()
839 buffer, cond, unsafe)); in handle_onexec()
847 cond, unsafe)); in handle_onexec()
880 bool unsafe = false; in apparmor_bprm_creds_for_exec() local
902 if ((bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS) && !unconfined(label) && in apparmor_bprm_creds_for_exec()
916 bprm, buffer, &cond, &unsafe); in apparmor_bprm_creds_for_exec()
921 &cond, &unsafe)); in apparmor_bprm_creds_for_exec()
940 if ((bprm->unsafe in apparmor_bprm_creds_for_exec()
807 handle_onexec(const struct cred *subj_cred, struct aa_label *label, struct aa_label *onexec, bool stack, const struct linux_binprm *bprm, char *buffer, struct path_cond *cond, bool *unsafe) handle_onexec() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/
H A Dlib.mk75 rsync -aq --copy-unsafe-links $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES) $(OUTPUT); \
89 $(if $(INSTALL_LIST),rsync -a --copy-unsafe-links $(INSTALL_LIST) $(INSTALL_PATH)/)
/kernel/linux/linux-5.10/include/linux/
H A Dbinfmts.h52 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
/kernel/linux/linux-6.6/include/linux/
H A Dbinfmts.h50 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/
H A DMakefile38 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
/kernel/linux/linux-6.6/tools/lib/perf/Documentation/
H A DMakefile38 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/
H A DMakefile31 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
/kernel/linux/linux-6.6/tools/perf/Documentation/
H A DMakefile48 ASCIIDOC_EXTRA += --unsafe -f asciidoc.conf
/kernel/linux/linux-5.10/security/
H A Dcommoncap.c862 ((bprm->unsafe & ~LSM_UNSAFE_PTRACE) || in cap_bprm_creds_from_file()
866 (bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS)) { in cap_bprm_creds_from_file()
/kernel/linux/linux-6.6/security/
H A Dcommoncap.c917 ((bprm->unsafe & ~LSM_UNSAFE_PTRACE) || in cap_bprm_creds_from_file()
921 (bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS)) { in cap_bprm_creds_from_file()
/kernel/linux/linux-5.10/tools/perf/Documentation/
H A DMakefile51 ASCIIDOC_EXTRA += --unsafe -f asciidoc.conf
/kernel/linux/linux-5.10/fs/
H A Dexec.c1561 bprm->unsafe |= LSM_UNSAFE_PTRACE; in check_unsafe_exec()
1568 bprm->unsafe |= LSM_UNSAFE_NO_NEW_PRIVS; in check_unsafe_exec()
1581 bprm->unsafe |= LSM_UNSAFE_SHARE; in check_unsafe_exec()
/kernel/linux/linux-6.6/fs/
H A Dexec.c1572 bprm->unsafe |= LSM_UNSAFE_PTRACE; in check_unsafe_exec()
1579 bprm->unsafe |= LSM_UNSAFE_NO_NEW_PRIVS; in check_unsafe_exec()
1598 bprm->unsafe |= LSM_UNSAFE_SHARE; in check_unsafe_exec()
1827 * Check for unsafe execution states before exec_binprm(), which in bprm_execve()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dentry-armv.S328 mov lr, r1 @ Restore lr_abt, abort is unsafe

Completed in 20 milliseconds

12