Home
last modified time | relevance | path

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

/linux-6.15/arch/parisc/include/asm/
H A Dbug.h21 # define __BUG_REL(val) ".word " __stringify(val) " - ." macro
23 # define __BUG_REL(val) ".word " __stringify(val) macro
34 "2:\t" __BUG_REL(1b) "\n" \
35 "\t" __BUG_REL(%c0) "\n" \
59 "2:\t" __BUG_REL(1b) "\n" \
60 "\t" __BUG_REL(%c0) "\n" \
75 "2:\t" __BUG_REL(1b) "\n" \
/linux-6.15/arch/x86/include/asm/
H A Dbug.h35 # define __BUG_REL(val) ".long " __stringify(val) macro
37 # define __BUG_REL(val) ".long " __stringify(val) " - ." macro
46 "2:\t" __BUG_REL(1b) "\t# bug_entry::bug_addr\n" \
47 "\t" __BUG_REL(%c0) "\t# bug_entry::file\n" \
64 "2:\t" __BUG_REL(1b) "\t# bug_entry::bug_addr\n" \