Searched refs:lbl (Results 1 – 7 of 7) sorted by relevance
/arch/mips/kernel/ |
D | pm-cps.c | 195 unsigned op, int lbl) in cps_gen_cache_routine() argument 215 uasm_build_label(pl, *pp, lbl); in cps_gen_cache_routine() 232 uasm_il_bne(pp, pr, t0, t1, lbl); in cps_gen_cache_routine() 239 int lbl) in cps_gen_flush_fsb() argument 292 uasm_build_label(pl, *pp, lbl); in cps_gen_flush_fsb() 317 uasm_il_beqz(pp, pr, t1, lbl); in cps_gen_flush_fsb() 331 unsigned r_addr, int lbl) in cps_gen_set_top_bit() argument 334 uasm_build_label(pl, *pp, lbl); in cps_gen_set_top_bit() 338 uasm_il_beqz(pp, pr, t1, lbl); in cps_gen_set_top_bit()
|
/arch/riscv/lib/ |
D | uaccess.S | 6 .macro fixup op reg addr lbl argument 11 RISCV_PTR 100b, \lbl
|
/arch/parisc/kernel/ |
D | unaligned.c | 34 #define FIXUP_BRANCH(lbl) \ argument 35 "\tldil L%%" #lbl ", %%r1\n" \ 36 "\tldo R%%" #lbl "(%%r1), %%r1\n" \
|
/arch/arc/kernel/ |
D | entry-compact.S | 67 .macro VECTOR lbl argument 69 j \lbl 71 b \lbl
|
/arch/arm64/include/asm/ |
D | assembler.h | 770 .macro cond_yield, lbl:req, tmp:req, tmp2:req 781 cbz \tmp, \lbl 786 cbnz w\tmp, \lbl // yield on pending softirq in task context
|
/arch/arm64/crypto/ |
D | aes-neon.S | 23 .macro xts_cts_skip_tw, reg, lbl argument 24 tbnz \reg, #1, \lbl
|
D | aes-ce.S | 24 .macro xts_cts_skip_tw, reg, lbl argument
|