Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcompiler_types.h348 #ifndef __nocfi
349 # define __nocfi macro
H A Dcompiler-clang.h103 #define __nocfi __attribute__((__no_sanitize__("kcfi"))) macro
H A Dbpf.h1208 static __always_inline __nocfi unsigned int bpf_dispatcher_nop_func( in bpf_dispatcher_nop_func()
1298 noinline __nocfi unsigned int bpf_dispatcher_##name##_func( \
/openbmc/linux/drivers/misc/lkdtm/
H A Dperms.c64 static noinline __nocfi void execute_location(void *dst, bool write) in execute_location()