Searched refs:ASI_P (Results 1 – 12 of 12) sorted by relevance
/arch/sparc/kernel/ |
D | unaligned_64.c | 94 return ASI_P; in decode_asi() 468 case ASI_P: in handle_ldf_stq() 617 (asi < ASI_P)) in handle_lddfmna() 681 (asi < ASI_P)) in handle_stdfmna() 687 case ASI_P: in handle_stdfmna()
|
D | hvtramp.S | 95 wr %g0, ASI_P, %asi
|
D | etrap_64.S | 152 3: mov ASI_P, %l7
|
D | trampoline_64.S | 253 wr %g0, ASI_P, %asi
|
D | process_64.c | 643 t->current_ds = ASI_P; in copy_thread()
|
D | head_64.S | 670 wr %g0, ASI_P, %asi
|
/arch/sparc/include/uapi/asm/ |
D | asi.h | 132 #define ASI_P 0x80 /* Primary, implicit */ macro
|
/arch/sparc/include/asm/ |
D | thread_info_64.h | 118 .current_ds = ASI_P, \
|
D | uaccess_64.h | 35 #define KERNEL_DS ((mm_segment_t) { ASI_P })
|
/arch/sparc/lib/ |
D | GENbzero.S | 42 mov ASI_P, %o4
|
D | NGbzero.S | 43 mov ASI_P, %o4
|
/arch/sparc/mm/ |
D | fault_64.c | 218 unsigned char asi = ASI_P; in do_kernel_fault()
|