Home
last modified time | relevance | path

Searched refs:__TLBI_N (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dtlbflush.h47 #define __TLBI_N(op, arg, n, ...) __TLBI_##n(op, arg) macro
49 #define __tlbi(op, ...) __TLBI_N(op, ##__VA_ARGS__, 1, 0)
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dtlbflush.h48 #define __TLBI_N(op, arg, n, ...) __TLBI_##n(op, arg) macro
50 #define __tlbi(op, ...) __TLBI_N(op, ##__VA_ARGS__, 1, 0)

Completed in 2 milliseconds