Searched refs:ASI_P (Results 1 - 17 of 17) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/lib/
H A DVIS.h33 #define ASI_P 0x80 /* Primary, implicit */ macro
47 #define ASI_BLK_XOR (ASI_P ^ ASI_BLK_P)
49 * USER_DS and ASI_P as KERNEL_DS, we'd reach
52 /* ASI_P->ASI_BLK_P && ASI_AIUS->ASI_BLK_AIUS transitions can be done
55 #define ASI_BLK_OR (ASI_BLK_P & ~ASI_P)
56 /* Transition back from ASI_BLK_P->ASI_P && ASI_BLK_AIUS->ASI_AIUS is
60 #define ASI_BLK_XOR1 (ASI_BLK_P ^ (ASI_BLK_P >> 3) ^ ASI_P)
H A DVISbzero.S95 wr %g0, ASI_P, %asi ! LSU Group
96 mov ASI_P, %o4
H A DVIScopy.S315 memcpy: mov ASI_P, asi_src ! IEU0 Group
317 mov ASI_P, asi_dest ! IEU1
326 mov ASI_P, asi_dest ! IEU1
330 __copy_to_user: mov ASI_P, asi_src ! IEU0 Group
H A DVIScsumcopy.S32 #define ASI_BLK_XOR1 (ASI_BLK_P ^ (ASI_BLK_P >> 3) ^ ASI_P)
33 #define ASI_BLK_OR (ASI_BLK_P & ~ASI_P)
35 #define ASI_P 0x80 define
40 #define ASI_BLK_XOR (ASI_BLK_P ^ ASI_P)
250 /* %asi should be either ASI_P or ASI_AIUS for csum_partial_copy resp.
H A DVIScsumcopyusr.S33 #define ASI_BLK_XOR1 (ASI_BLK_P ^ (ASI_BLK_P >> 3) ^ ASI_P)
34 #define ASI_BLK_OR (ASI_BLK_P & ~ASI_P)
36 #define ASI_P 0x80 define
41 #define ASI_BLK_XOR (ASI_BLK_P ^ ASI_P)
265 /* %asi should be either ASI_P or ASI_AIUS for csum_partial_copy resp.
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dchecksum.h49 __asm__ __volatile__ ("wr %%g0, %0, %%asi" : : "i" (ASI_P));
H A Dasi.h17 #define ASI_P 0x80 /* Primary, implicit */ macro
H A Duaccess.h33 #define KERNEL_DS ((mm_segment_t) { ASI_P })
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dchecksum.h49 __asm__ __volatile__ ("wr %%g0, %0, %%asi" : : "i" (ASI_P));
H A Dasi.h17 #define ASI_P 0x80 /* Primary, implicit */ macro
H A Duaccess.h33 #define KERNEL_DS ((mm_segment_t) { ASI_P })
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Ditlb_base.S42 ldxa [%g3 + %g6] ASI_P, %g5 ! Load VPTE
H A Dunaligned.c86 return ASI_P;
504 case ASI_P:
629 (asi < ASI_P))
684 (asi < ASI_P))
690 case ASI_P:
H A Dtrampoline.S186 wr %g0, ASI_P, %asi
H A Detrap.S198 mov ASI_P, %l7 ! IEU1
H A Dhead.S547 wr %g0, ASI_P, %asi
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/mm/
H A Dfault.c239 unsigned char asi = ASI_P;
275 if (asi == ASI_P && (insn & 0xc0800000) == 0xc0800000) {

Completed in 84 milliseconds