Searched refs:fetch (Results 1 - 25 of 34) sorted by last modified time

12

/linux-master/arch/arc/kernel/
H A Dentry-arcv2.S121 ; Instruction fetch or Data access, under a single Exception Vector
/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.
H A Dtrace.h832 __entry->len = vcpu->arch.emulate_ctxt->fetch.ptr
833 - vcpu->arch.emulate_ctxt->fetch.data;
836 vcpu->arch.emulate_ctxt->fetch.data,
H A Dkvm_emulate.h137 * fetch: Read bytes of standard (non-emulated/special) memory.
138 * Used for instruction fetch.
143 int (*fetch)(struct x86_emulate_ctxt *ctxt, member in struct:x86_emulate_ops
371 struct fetch_cache fetch; member in struct:x86_emulate_ctxt
H A Demulate.c897 int cur_size = ctxt->fetch.end - ctxt->fetch.data;
903 * __linearize is expensive, so fetch as much as possible. We
928 rc = ctxt->ops->fetch(ctxt, linear, ctxt->fetch.end,
932 ctxt->fetch.end += size;
939 unsigned done_size = ctxt->fetch.end - ctxt->fetch.ptr;
955 memcpy(&_x, ctxt->fetch.ptr, sizeof(_type)); \
956 ctxt->fetch
[all...]
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_intf.c252 const struct dpu_hw_intf_prog_fetch *fetch)
263 if (fetch->enable) {
266 fetch->fetch_start);
250 dpu_hw_intf_setup_prg_fetch( struct dpu_hw_intf *intf, const struct dpu_hw_intf_prog_fetch *fetch) argument
H A Ddpu_hw_intf.h47 u8 is_prog_fetch_en; /* interface prog fetch counter is enabled or not */
61 * @ setup_prog_fetch : enables/disables the programmable fetch logic
87 const struct dpu_hw_intf_prog_fetch *fetch);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm231 // Caused by instruction fetch memory violation.
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.
/linux-master/arch/x86/events/intel/
H A Dcore.c404 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles,
419 EVENT_ATTR_STR(topdown-fetch-lat, td_fetch_lat, "event=0x00,umask=0x86");
1651 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles_slm,
1653 EVENT_ATTR_STR(topdown-fetch-bubbles.scale, td_fetch_bubbles_scale_slm, "2");
1807 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles_glm, "event=0x9c");
5767 EVENT_ATTR_STR_HYBRID(topdown-fetch-lat, td_fetch_lat_adl, "event=0x00,umask=0x86", hybrid_big);
/linux-master/fs/afs/
H A Dfile.c240 struct afs_read *req = op->fetch.req;
261 atomic_long_add(op->fetch.req->actual_len, &op->net->n_fetch_bytes);
267 op->fetch.req->error = afs_op_error(op);
268 afs_put_read(op->fetch.req);
303 op->fetch.req = afs_get_read(req);
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
H A Dyfsclient.c356 struct afs_read *req = op->fetch.req;
467 struct afs_read *req = op->fetch.req;
1357 * fetch the status of a volume
H A Dfsclient.c270 * fetch the status information for a file
305 struct afs_read *req = op->fetch.req;
420 * fetch data from a very large file
425 struct afs_read *req = op->fetch.req;
452 * fetch data from a file
458 struct afs_read *req = op->fetch.req;
1444 * fetch the status of a volume
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2530 # Number of database records to fetch in one go
2748 self.label = QLabel("Number of records (x " + "{:,}".format(glb_chunk_sz) + ") to fetch:")
2756 self.fetch = QPushButton("Go!")
2757 self.fetch.setSizePolicy(QSizePolicy.Fixed, QSizePolicy.Fixed)
2758 self.fetch.released.connect(self.FetchMoreRecords)
2778 self.hbox.addWidget(self.fetch)
2801 self.fetch.setFocus()
2807 self.fetch.setEnabled(enable)
2812 self.fetch.hide()
2820 self.fetch
[all...]
/linux-master/drivers/video/fbdev/
H A Dcyber2000fb.c418 u_int fetch; member in struct:par_info
515 cyber2000_grphw(0x14, hw->fetch, cfb);
516 cyber2000_grphw(0x15, ((hw->fetch >> 8) & 0x03) |
920 hw.fetch = hw.pitch;
922 hw.fetch <<= 1;
923 hw.fetch += 1;
/linux-master/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h627 static int FNAME(fetch)(struct kvm_vcpu *vcpu, struct kvm_page_fault *fault, function
847 r = FNAME(fetch)(vcpu, fault, &walker);
/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/drivers/platform/chrome/
H A Dcros_ec_chardev.c125 bool fetch, bool block)
136 if (!fetch) {
124 cros_ec_chardev_fetch_event(struct chardev_priv *priv, bool fetch, bool block) argument
/linux-master/arch/sparc/lib/
H A Dchecksum_32.S140 addx %g0, %o2, %o2 ! fetch final carry
/linux-master/arch/alpha/lib/
H A Dev6-memcpy.S146 ldq $1, 0($17) # L : fetch 8
166 ldbu $1, 0($17) # L : fetch a byte
189 ldbu $1, 0($17) # L : fetch a byte
228 ldbu $1, 0($17) # L : fetch 1
H A Dev6-copy_user.S85 EXI( ldq_u $3,0($17) ) # .. L .. .. : Forward fetch for fallthrough code
/linux-master/arch/arm/nwfpe/
H A Dentry.S74 ldr r1, [sp, #S_PSR] @ fetch the PSR
/linux-master/arch/m68k/ifpsp060/
H A Dos.S155 dmrbuae:movs.b (%a0),%d0 | fetch user byte
157 dmrbs: move.b (%a0),%d0 | fetch super byte
191 dmrwuae:movs.w (%a0), %d0 | fetch user word
193 dmrws: move.w (%a0), %d0 | fetch super word
226 dmrluae:movs.l (%a0),%d0 | fetch user longword
228 dmrls: move.l (%a0),%d0 | fetch super longword
323 move.b (%a0)+,%d1 | fetch supervisor byte
341 movs.b (%a0)+,%d1 | fetch user byte
/linux-master/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S96 ldr r11, [r12, #IRQ_MIR_REG_OFFSET] @ fetch interrupts mask
98 ldr r13, [r12, #IRQ_ITR_REG_OFFSET] @ fetch interrupts status
122 ldr r11, [r12, #OMAP1510_GPIO_INT_MASK] @ fetch GPIO interrupts mask
124 ldr r13, [r12, #OMAP1510_GPIO_INT_STATUS] @ fetch status bits
144 ldr r8, [r12, #OMAP1510_GPIO_DATA_INPUT] @ fetch GPIO input
146 ldr r10, [r9, #BUF_STATE] @ fetch kbd interface state
167 data: ldr r10, [r9, #BUF_MASK] @ fetch current input bit mask
171 ldreq r8, [r9, #BUF_KEY] @ yes - fetch collected so far,
184 ldr r10, [r9, #BUF_GPIO_INT_MASK] @ fetch saved mask

Completed in 370 milliseconds

12