Home
last modified time | relevance | path

Searched defs:unsafe (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/rust/kernel/
Dlib.rs98 pub const unsafe fn from_ptr(ptr: *mut bindings::module) -> ThisModule { in from_ptr() constant
Dinit.rs1041 pub const unsafe fn pin_init_from_closure<T: ?Sized, E>( in pin_init_from_closure() constant
1060 pub const unsafe fn init_from_closure<T: ?Sized, E>( in init_from_closure() constant
Dstr.rs231 pub const unsafe fn from_bytes_with_nul_unchecked(bytes: &[u8]) -> &CStr { in from_bytes_with_nul_unchecked() constant
/linux-6.12.1/arch/x86/boot/
Dvideo-mode.c31 void probe_cards(int unsafe) in probe_cards()
Dvideo.h76 int unsafe; /* Probing is unsafe, only do after "scan" */ member
/linux-6.12.1/security/apparmor/
Ddomain.c814 bool *unsafe) in handle_onexec()
882 bool unsafe = false; in apparmor_bprm_creds_for_exec() local
/linux-6.12.1/include/linux/
Dbinfmts.h50 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
Dconsole.h225 unsigned int unsafe : 1; member
/linux-6.12.1/drivers/ntb/test/
Dntb_pingpong.c91 static unsigned int unsafe; variable
/linux-6.12.1/kernel/printk/
Dnbcon.c806 static bool __nbcon_context_update_unsafe(struct nbcon_context *ctxt, bool unsafe) in __nbcon_context_update_unsafe()
/linux-6.12.1/mm/kasan/
Dkasan_test_c.c701 static void kasan_atomics_helper(struct kunit *test, void *unsafe, void *safe) in kasan_atomics_helper()