Searched refs:FAIL_LABEL (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/sparc/include/asm/ |
D | tsb.h | 156 #define KERN_PGTABLE_WALK(VADDR, REG1, REG2, FAIL_LABEL) \ argument 163 brz,pn REG1, FAIL_LABEL; \ 168 brz,pn REG1, FAIL_LABEL; \ 170 brz,pn REG1, FAIL_LABEL; \ 181 brz,pn REG1, FAIL_LABEL; \ 186 697: brgez,pn REG1, FAIL_LABEL; \ 195 brgez,pn REG1, FAIL_LABEL; \ 208 #define USER_PGTABLE_CHECK_PUD_HUGE(VADDR, REG1, REG2, FAIL_LABEL, PTE_LABEL) \ argument 215 brz,pn REG1, FAIL_LABEL; \ 222 brgez,pn REG1, FAIL_LABEL; \ [all …]
|