Searched refs:cache_op (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/arch/powerpc/booke/
H A Dbooke_cache.c44 enum cache_op { OP_DCBF, OP_DCBST, OP_DCBI, OP_DCBZ, OP_DCBA, OP_ICBI }; enum
83 cache_op(vaddr_t va, vsize_t len, vsize_t line_size, enum cache_op op) function
111 cache_op(va, PAGE_SIZE, curcpu()->ci_ci.dcache_line_size, OP_DCBST);
117 cache_op(va, PAGE_SIZE, curcpu()->ci_ci.dcache_line_size, OP_DCBF);
123 cache_op(va, PAGE_SIZE, curcpu()->ci_ci.dcache_line_size, OP_DCBI);
129 cache_op(va, PAGE_SIZE, curcpu()->ci_ci.dcache_line_size, OP_DCBZ);
136 cache_op(va, PAGE_SIZE, curcpu()->ci_ci.icache_line_size, OP_ICBI);
144 cache_op(va, len, curcpu()->ci_ci.dcache_line_size, OP_DCBST);
150 cache_op(v
[all...]
/netbsd-current/sys/arch/arm/cortex/
H A Dpl310.c292 arml2cc_cache_range_op(paddr_t pa, psize_t len, bus_size_t cache_op) argument
309 arml2cc_cache_op(sc, cache_op, pa, false);
/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Dsim-main.c320 cache_op (SIM_DESC SD, function
H A Dsim-main.h947 INLINE_SIM_MAIN (void) cache_op (SIM_DESC sd, sim_cpu *cpu, address_word cia, int op, address_word pAddr, address_word vAddr, unsigned int instruction);
949 cache_op (SD, CPU, cia, op, pAddr, vAddr, instruction)
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Dsim-main.c324 cache_op (SIM_DESC SD, function
H A Dsim-main.h996 INLINE_SIM_MAIN (void) cache_op (SIM_DESC sd, sim_cpu *cpu, address_word cia, int op, address_word pAddr, address_word vAddr, unsigned int instruction);
998 cache_op (SD, CPU, cia, op, pAddr, vAddr, instruction)
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-score.c3285 int cache_op; local
3287 cache_op = (s3_inst.instruction >> 20) & 0x1F;
3288 sprintf (s3_inst.name, "cache %d", cache_op);
H A Dtc-score7.c3622 int cache_op;
3624 cache_op = (s7_inst.instruction >> 20) & 0x1F;
3625 sprintf (s7_inst.name, "cache %d", cache_op);
3617 int cache_op; local
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-score.c3285 int cache_op; local
3287 cache_op = (s3_inst.instruction >> 20) & 0x1F;
3288 sprintf (s3_inst.name, "cache %d", cache_op);
H A Dtc-score7.c3622 int cache_op;
3624 cache_op = (s7_inst.instruction >> 20) & 0x1F;
3625 sprintf (s7_inst.name, "cache %d", cache_op);
3617 int cache_op; local
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-score.c3281 int cache_op; local
3283 cache_op = (s3_inst.instruction >> 20) & 0x1F;
3284 sprintf (s3_inst.name, "cache %d", cache_op);
H A Dtc-score7.c3622 int cache_op;
3624 cache_op = (s7_inst.instruction >> 20) & 0x1F;
3625 sprintf (s7_inst.name, "cache %d", cache_op);
3617 int cache_op; local

Completed in 293 milliseconds