Home
last modified time | relevance | path

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

/linux-6.12.1/arch/parisc/include/asm/
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.12.1/arch/x86/include/asm/
Dbug.h31 # define __BUG_REL(val) ".long " __stringify(val) macro
33 # define __BUG_REL(val) ".long " __stringify(val) " - ." macro
42 "2:\t" __BUG_REL(1b) "\t# bug_entry::bug_addr\n" \
43 "\t" __BUG_REL(%c0) "\t# bug_entry::file\n" \
60 "2:\t" __BUG_REL(1b) "\t# bug_entry::bug_addr\n" \