Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A Dcallthunks.c87 static inline bool within_coretext(const struct core_text *ct, void *addr) in within_coretext() function
112 if (ct && within_coretext(ct, addr)) in is_coretext()
114 if (within_coretext(&builtin_coretext, addr)) in is_coretext()
212 if (!within_coretext(ct, addr)) in patch_call()
222 pad = patch_dest(dest, within_coretext(ct, dest)); in patch_call()

Completed in 6 milliseconds