Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dibt.h32 #define __noendbr __attribute__((nocf_check)) macro
77 extern __noendbr bool is_endbr(u32 *val);
78 extern __noendbr u64 ibt_save(bool disable);
79 extern __noendbr void ibt_restore(u64 save);
100 #define __noendbr macro
/linux/arch/x86/kernel/
H A Dearly_printk.c99 static __noendbr unsigned int io_serial_in(unsigned long addr, int offset) in io_serial_in()
105 static __noendbr void io_serial_out(unsigned long addr, int offset, int value) in io_serial_out()
199 static __noendbr void mem32_serial_out(unsigned long addr, int offset, int value) in mem32_serial_out()
207 static __noendbr unsigned int mem32_serial_in(unsigned long addr, int offset) in mem32_serial_in()
H A Dsmpboot.c229 static void notrace __noendbr start_secondary(void *unused) in start_secondary()
H A Dalternative.c1090 __noendbr bool is_endbr(u32 *val) in is_endbr()
1103 static __noendbr bool exact_endbr(u32 *val) in exact_endbr()
/linux/arch/x86/kernel/cpu/
H A Dcommon.c589 __noendbr u64 ibt_save(bool disable) in ibt_save()
602 __noendbr void ibt_restore(u64 save) in ibt_restore()
647 __noendbr void cet_disable(void) in cet_disable()