Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dcallthunks.c90 static inline bool within_coretext(const struct core_text *ct, void *addr) in within_coretext() function
115 if (ct && within_coretext(ct, addr)) in is_coretext()
117 if (within_coretext(&builtin_coretext, addr)) in is_coretext()
211 if (!within_coretext(ct, addr)) in patch_call()
221 pad = patch_dest(dest, within_coretext(ct, dest)); in patch_call()