Searched refs:FAIL_LABEL (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/sparc/include/asm/ |
D | tsb.h | 155 #define KERN_PGTABLE_WALK(VADDR, REG1, REG2, FAIL_LABEL) \ argument 162 brz,pn REG1, FAIL_LABEL; \ 167 brz,pn REG1, FAIL_LABEL; \ 169 brz,pn REG1, FAIL_LABEL; \ 180 brz,pn REG1, FAIL_LABEL; \ 185 697: brgez,pn REG1, FAIL_LABEL; \ 194 brgez,pn REG1, FAIL_LABEL; \ 207 #define USER_PGTABLE_CHECK_PMD_HUGE(VADDR, REG1, REG2, FAIL_LABEL, PTE_LABEL) \ argument 208 brz,pn REG1, FAIL_LABEL; \ 214 brgez,pn REG1, FAIL_LABEL; \ [all …]
|