Searched refs:__iopte (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpage_64.h74 #define __iopte(x) ((iopte_t) { (x) } ) macro
94 #define __iopte(x) (x) macro
H A Dpage_32.h83 #define __iopte(x) ((iopte_t) { (x) } ) macro
111 #define __iopte(x) (x) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dpage_64.h74 #define __iopte(x) ((iopte_t) { (x) } ) macro
94 #define __iopte(x) (x) macro
H A Dpage_32.h83 #define __iopte(x) ((iopte_t) { (x) } ) macro
111 #define __iopte(x) (x) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/mm/
H A Dio-unit.c36 #define MKIOPTE(phys) __iopte((((phys)>>4) & IOUPTE_PAGE) | IOPERM)
131 for (k = 0; k < npages; k++, iopte = __iopte(iopte_val(iopte) + 0x100), scan++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/mm/
H A Dio-unit.c36 #define MKIOPTE(phys) __iopte((((phys)>>4) & IOUPTE_PAGE) | IOPERM)
131 for (k = 0; k < npages; k++, iopte = __iopte(iopte_val(iopte) + 0x100), scan++) {

Completed in 71 milliseconds