/src/sys/arch/sparc/sparc/ |
asm.h | 49 * The location can be a variable, the asi value (address space indicator) 61 #define lduba(loc, asi) ({ \ 64 "r" ((int)(loc)), "n" (asi)); \ 69 #define lduha(loc, asi) ({ \ 72 "r" ((int)(loc)), "n" (asi)); \ 77 #define lda(loc, asi) ({ \ 80 "r" ((int)(loc)), "n" (asi)); \ 85 #define stba(loc, asi, value) ({ \ 87 "r" ((int)(value)), "r" ((int)(loc)), "n" (asi)); \ 91 #define stha(loc, asi, value) ({ [all...] |
/src/sys/arch/sparc64/include/ |
ctlreg.h | 41 #define ASI_LITTLE 0x08 /* This bit should make an ASI little endian */ 96 #define ASI_DATAPATH_ERR_REG_WRITE 0x77 /* [4u] ASI is reused */ 102 #define ASI_DATAPATH_ERR_REG_READ 0x7f /* [4u] read access to datapath error registers (ASI reused) */ 227 * use ASI = 0x45 292 #define SFSR_ILL_ASI 0x00400 /* DMMU: Illegal (unsupported) ASI */ 309 "f\20\30ASI\0" "b\15VAT\0" "b\14VAD\0" \ 310 "b\13NFO\0" "b\12ASI\0" "b\11A\0" "b\10NF\0" \ 362 * to read the ASI from. 366 * entire ASI. 470 * The location can be a variable, the asi value (address space indicator [all...] |
/src/sys/arch/alpha/include/ |
intr.h | 226 #define ALPHA_SHARED_INTR_DISABLE(asi, num) \ 227 ((asi)[num].intr_maxstrays != 0 && \ 228 (asi)[num].intr_nstrays == (asi)[num].intr_maxstrays)
|
/src/sys/arch/sparc64/sparc64/ |
copy.S | 206 wr %g0, ASI_AIUS, %asi 224 ldsba [%o0 - 1] %asi, %o4! *dst++ = (++src)[-1]; 255 ldsba [%o0] %asi, %o4 ! do { 271 ldsba [%o0] %asi, %o4 ! *dst++ = *src++; 282 ldsha [%o0] %asi, %o4 ! do { 298 ldsha [%o0] %asi, %o4 ! (*short *)dst = *(short *)src; 309 lduwa [%o0] %asi, %o4 ! do { 323 lduwa [%o0] %asi, %o4 ! *(int *)dst = *(int *)src; 330 ldxa [%o0] %asi, %g1 ! do { 344 lduwa [%o0] %asi, %o4 ! *(int *)dst = *(int *)src [all...] |
locore.s | 402 .macro SPILL storer,base,size,asi 405 \storer %l\n, [\base + (\n * \size)] \asi 408 \storer %i\n, [\base + ((8+\n) * \size)] \asi 414 .macro FILL loader, base, size, asi 417 \loader [\base + (\n * \size)] \asi, %l\n 421 \loader [\base + ((8+\n) * \size)] \asi, %i\n 433 wr %g0, as, %asi; \ 434 stxa %l0, [%sp+BIAS+0x00]%asi; \ 435 stxa %l1, [%sp+BIAS+0x08]%asi; \ 436 stxa %l2, [%sp+BIAS+0x10]%asi; \ [all...] |
mp_subr.S | 245 wr %g0, ASI_DMMU, %asi 246 stxa %l4, [%g0 + TLB_TAG_ACCESS] %asi 248 wr %g0, ASI_IMMU, %asi 249 stxa %l4, [%g0 + TLB_TAG_ACCESS] %asi 287 wr %g0, ASI_DMMU, %asi 288 stxa %l4, [%g0 + TLB_TAG_ACCESS] %asi
|
db_interface.c | 452 int asi = ASI_PHYS_CACHED; local in function:db_pload_cmd 467 asi = ASI_AIUS; 475 db_printf("%8.8lx\n", (long)ldxa(addr, asi));
|
/src/sys/arch/sparc64/dev/ |
central.c | 164 bt->asi = bt->parent->asi;
|
pyro.c | 400 device_xname(sc->sc_dev), name, ss, asi);
|
vpci.c | 423 device_xname(sc->sc_dev), name, ss, asi);
|
/src/sys/arch/sparc/include/ |
instr.h | 225 * 1 bit of imm=0 + 8 bits of asi + 5 bits of rs2 [reg & mem] 238 * Memory forms. These set i_op=3 and use simm13 or asi layout. 239 * Memory references without an ASI should use 0, but the actual 240 * ASI field is simply ignored. 247 u_int i_i:1; /* immediate vs asi */ 269 u_int i_i:1; /* immediate vs asi */ 270 u_int i_asi:8; /* asi */ 289 * 1 bit of imm=0 + 8 bits of asi + 5 bits of rs2 [reg & mem] 351 #define _I_OP3_LS_RAR(rd, op3, rs1, asi, rs2) \ 352 _I_OP3_GEN(IOP_mem, rd, op3, rs1, (asi) << 5 | (rs2) [all...] |
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
sumo_dpm.h | 107 u32 asi; member in struct:sumo_power_info
|
rv770_dpm.h | 128 u32 asi; member in struct:rv7xx_power_info
|
radeon_sumo_dpm.c | 326 pi->asi = 65535 * 100 / high_clk; 328 r600_calculate_u_and_p(pi->asi, 394 u32 asi; local in function:sumo_program_at 414 asi = (i == ps->num_levels - 1) ? pi->pasi : pi->asi; 416 m_a = asi * ps->levels[i].sclk / 100; 424 asi = pi->pasi; 426 m_a = asi * pi->boost_pl.sclk / 100; 1791 pi->asi = RV770_ASI_DFLT;
|
radeon_rv770_dpm.c | 825 r600_calculate_u_and_p(pi->asi, 2401 pi->asi = RV770_ASI_DFLT;
|
radeon_cypress_dpm.c | 2088 pi->asi = RV770_ASI_DFLT;
|
radeon_btc_dpm.c | 2651 pi->asi = RV770_ASI_DFLT;
|
radeon_si_dpm.c | 3748 r600_calculate_u_and_p(pi->asi, 7035 pi->asi = RV770_ASI_DFLT;
|
radeon_ni_dpm.c | 4155 pi->asi = RV770_ASI_DFLT;
|
/src/usr.sbin/sysinst/arch/mac68k/ |
msg.md.es | 78 Las particiones de drivers de disco no ser�n inicializadas asi que el
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
si_dpm.h | 584 u32 asi; member in struct:rv7xx_power_info
|
amdgpu_si_dpm.c | 4215 r600_calculate_u_and_p(pi->asi, 7427 pi->asi = RV770_ASI_DFLT;
|