Searched refs:ASM_LD (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/sun4u/cpu/ |
H A D | us3_jalapeno_asm.s | 64 ASM_LD(scr, jp_errata_85_active); \ 463 ASM_LD(%g5, dcache_size) 464 ASM_LD(%g6, dcache_linesize) 477 ASM_LD(%g5, icache_size) 478 ASM_LD(%g6, icache_linesize) 634 ASM_LD(%g4, dcache_size) 635 ASM_LD(%g5, dcache_linesize) 657 ASM_LD(%g4, icache_size) 658 ASM_LD(%g5, icache_linesize)
|
H A D | us3_cheetah_asm.s | 175 ASM_LD(%g4, dcache_size) 176 ASM_LD(%g5, dcache_linesize) 198 ASM_LD(%g4, icache_size) 199 ASM_LD(%g5, icache_linesize)
|
H A D | us3_common_asm.s | 62 ASM_LD(tmp1, dcache_linesize) ;\ 63 ASM_LD(tmp2, dflush_type) ;\ 68 ASM_LD(tmp3, dcache_size) ;\ 147 ASM_LD(tmp1, dcache_linesize) \ 794 ASM_LD(%o0, dcache_size) 795 ASM_LD(%o1, dcache_linesize) 818 ASM_LD(%o0, icache_size) 819 ASM_LD(%o1, icache_linesize) 1379 ASM_LD(%g5, dcache_size) 1380 ASM_LD(%g6, dcache_linesize) [all …]
|
H A D | us3_cheetahplus_asm.s | 247 ASM_LD(%g4, dcache_size) 248 ASM_LD(%g5, dcache_linesize)
|
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | cheetahasm.h | 38 #define ASM_LD(reg, symbol) \ macro
|