Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dstatic_call.c15 extern struct static_call_tramp_key __start_static_call_tramp_key[],
338 struct static_call_tramp_key *start = __start_static_call_tramp_key; in tramp_key_lookup()
339 struct static_call_tramp_key *stop = __stop_static_call_tramp_key; in tramp_key_lookup()
340 struct static_call_tramp_key *tramp_key; in tramp_key_lookup()
/OK3568_Linux_fs/kernel/include/linux/
H A Dstatic_call.h142 struct static_call_tramp_key { struct
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dvmlinux.lds41 …static_call_sites = .; __start_static_call_tramp_key = .; KEEP(*(.static_call_tramp_key)) __stop_s…
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dvmlinux.lds.h412 KEEP(*(.static_call_tramp_key)) \