Home
last modified time | relevance | path

Searched refs:__nocfi (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/firmware/efi/
Druntime-wrappers.c216 static void __nocfi efi_call_rts(struct work_struct *work) in efi_call_rts()
438 static efi_status_t __nocfi
472 static efi_status_t __nocfi
502 static void __nocfi
/linux-6.12.1/include/linux/
Dcompiler-clang.h98 #define __nocfi __attribute__((__no_sanitize__("kcfi"))) macro
Dcompiler_types.h394 #ifndef __nocfi
395 # define __nocfi macro
Dbpf.h1257 #define __bpfcall __nocfi
/linux-6.12.1/drivers/misc/lkdtm/
Dperms.c64 static noinline __nocfi void execute_location(void *dst, bool write) in execute_location()