tag | line | file | source code |
---|---|---|---|
tbi | 58 | include/asm-alpha/pgtable.h | tbi(2 + ((vma->vm_flags & VM_EXEC) != 0), addr); |
tbi | 105 | include/asm-alpha/system.h | extern void tbi(long type, ...); |
tbi | 107 | include/asm-alpha/system.h | #define tbisi(x) tbi(1,(x)) |
tbi | 108 | include/asm-alpha/system.h | #define tbisd(x) tbi(2,(x)) |
tbi | 109 | include/asm-alpha/system.h | #define tbis(x) tbi(3,(x)) |
tbi | 110 | include/asm-alpha/system.h | #define tbiap() tbi(-1) |
tbi | 111 | include/asm-alpha/system.h | #define tbia() tbi(-2) |