Searched refs:fetch (Results 26 - 34 of 34) sorted by relevance

12

/linux-master/arch/sparc/lib/
H A Dchecksum_32.S140 addx %g0, %o2, %o2 ! fetch final carry
H A DM7memcpy.S725 EX_LD_FP(LOAD(ldd, %o4, %f0), memcpy_retl_o2_plus_o5)! fetch partialword
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm221 // Caused by instruction fetch memory violation.
361 // Set SPI_PRIO=2 to avoid starving instruction fetch in the waves we're waiting for.
H A Dcwsr_trap_handler_gfx8.asm221 // Set SPI_PRIO=2 to avoid starving instruction fetch in the waves we're waiting for.
H A Dcwsr_trap_handler_gfx10.asm231 // Caused by instruction fetch memory violation.
/linux-master/fs/afs/
H A Dinternal.h356 atomic_t n_fetches; /* Number of data fetch ops */
861 bool speculative:1; /* T if speculative status fetch (no vnode lock) */
893 int which; /* Which ->file[] to fetch for */
910 } fetch; member in union:afs_operation::__anon131
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S134 mov.l 0x8(%a6),%d7 # fetch divisor
912 mov.w %cc, %d3 # fetch resulting ccodes
917 mov.w %cc, %d4 # fetch resulting ccodes
921 mov.w CMP2_CC(%a6), %d4 # fetch old ccodes
/linux-master/lib/
H A Dtest_bpf.c1598 u64 keep, fetch, res; local
1614 fetch = dst;
1616 fetch = src;
1622 i += __bpf_ld_imm64(&insns[i], R4, fetch);
1645 u64 keep, fetch, res; local
1661 fetch = (u32)dst;
1663 fetch = src;
1669 i += __bpf_ld_imm64(&insns[i], R4, fetch);
1973 else /* no fetch */
9006 "BPF_ATOMIC | " #width ", " #op ": Test fetch
[all...]
/linux-master/arch/x86/kvm/
H A Dx86.c8574 .fetch = kvm_fetch_guest_virt,
8767 prepare_emulation_failure_exit(vcpu, NULL, 0, ctxt->fetch.data,
8768 ctxt->fetch.end - ctxt->fetch.data);
9142 * the code fetch itself.
10295 * phase of instruction execution, e.g. on the instruction fetch from memory.

Completed in 347 milliseconds

12