fetch             304 arch/x86/events/intel/core.c EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles,
fetch            1439 arch/x86/events/intel/core.c EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles_slm,
fetch            1441 arch/x86/events/intel/core.c EVENT_ATTR_STR(topdown-fetch-bubbles.scale, td_fetch_bubbles_scale_slm, "2");
fetch            1595 arch/x86/events/intel/core.c EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles_glm, "event=0x9c");
fetch             145 arch/x86/include/asm/kvm_emulate.h 	int (*fetch)(struct x86_emulate_ctxt *ctxt,
fetch             351 arch/x86/include/asm/kvm_emulate.h 	struct fetch_cache fetch;
fetch             705 arch/x86/kvm/emulate.c 				       bool write, bool fetch,
fetch             739 arch/x86/kvm/emulate.c 		if (!fetch && (desc.type & 8) && !(desc.type & 2))
fetch             882 arch/x86/kvm/emulate.c 	int cur_size = ctxt->fetch.end - ctxt->fetch.data;
fetch             913 arch/x86/kvm/emulate.c 	rc = ctxt->ops->fetch(ctxt, linear, ctxt->fetch.end,
fetch             917 arch/x86/kvm/emulate.c 	ctxt->fetch.end += size;
fetch             924 arch/x86/kvm/emulate.c 	unsigned done_size = ctxt->fetch.end - ctxt->fetch.ptr;
fetch             940 arch/x86/kvm/emulate.c 	memcpy(&_x, ctxt->fetch.ptr, sizeof(_type));			\
fetch             941 arch/x86/kvm/emulate.c 	ctxt->fetch.ptr += sizeof(_type);				\
fetch             951 arch/x86/kvm/emulate.c 	memcpy(_arr, ctxt->fetch.ptr, _size);				\
fetch             952 arch/x86/kvm/emulate.c 	ctxt->fetch.ptr += (_size);					\
fetch            5197 arch/x86/kvm/emulate.c 	ctxt->fetch.ptr = ctxt->fetch.data;
fetch            5198 arch/x86/kvm/emulate.c 	ctxt->fetch.end = ctxt->fetch.data + insn_len;
fetch            5202 arch/x86/kvm/emulate.c 		memcpy(ctxt->fetch.data, insn, insn_len);
fetch             614 arch/x86/kvm/paging_tmpl.h static int FNAME(fetch)(struct kvm_vcpu *vcpu, gpa_t addr,
fetch             870 arch/x86/kvm/paging_tmpl.h 	r = FNAME(fetch)(vcpu, addr, &walker, write_fault,
fetch             748 arch/x86/kvm/trace.h 		__entry->len = vcpu->arch.emulate_ctxt.fetch.ptr
fetch             749 arch/x86/kvm/trace.h 			       - vcpu->arch.emulate_ctxt.fetch.data;
fetch             752 arch/x86/kvm/trace.h 		       vcpu->arch.emulate_ctxt.fetch.data,
fetch            6288 arch/x86/kvm/x86.c 	.fetch               = kvm_fetch_guest_virt,
fetch             199 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c 		const struct intf_prog_fetch *fetch)
fetch             210 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c 	if (fetch->enable) {
fetch             213 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c 				fetch->fetch_start);
fetch              62 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.h 			const struct intf_prog_fetch *fetch);
fetch              51 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowacpi.c 	u32 fetch = limit - start;
fetch              54 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowacpi.c 		int ret = nouveau_acpi_get_bios_chunk(bios->data, start, fetch);
fetch              55 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowacpi.c 		if (ret == fetch)
fetch              56 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowacpi.c 			return fetch;
fetch              72 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowacpi.c 	u32 fetch = 0;
fetch              75 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowacpi.c 		while (start + fetch < limit) {
fetch              77 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowacpi.c 							      start + fetch,
fetch              81 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowacpi.c 			fetch += 0x1000;
fetch              85 drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowacpi.c 	return fetch;
fetch             126 drivers/platform/chrome/cros_ec_chardev.c 						    bool fetch, bool block)
fetch             137 drivers/platform/chrome/cros_ec_chardev.c 	if (!fetch) {
fetch             426 drivers/video/fbdev/cyber2000fb.c 	u_int	fetch;
fetch             523 drivers/video/fbdev/cyber2000fb.c 	cyber2000_grphw(0x14, hw->fetch, cfb);
fetch             524 drivers/video/fbdev/cyber2000fb.c 	cyber2000_grphw(0x15, ((hw->fetch >> 8) & 0x03) |
fetch             928 drivers/video/fbdev/cyber2000fb.c 	hw.fetch = hw.pitch;
fetch             930 drivers/video/fbdev/cyber2000fb.c 		hw.fetch <<= 1;
fetch             931 drivers/video/fbdev/cyber2000fb.c 	hw.fetch += 1;
fetch              96 tools/perf/util/stat.c 	ID(TOPDOWN_FETCH_BUBBLES, topdown-fetch-bubbles),