| /Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ | 
| D | shadowacpi.c | 68 	u32 fetch = limit - start;  in acpi_read_fast()  local 71 		int ret = acpi_read_bios(data, bios->data, start, fetch);  in acpi_read_fast() 72 		if (ret == fetch)  in acpi_read_fast() 73 			return fetch;  in acpi_read_fast() 89 	u32 fetch = 0;  in acpi_read_slow()  local 92 		while (start + fetch < limit) {  in acpi_read_slow() 94 						 start + fetch, 0x1000);  in acpi_read_slow() 97 			fetch += 0x1000;  in acpi_read_slow() 101 	return fetch;  in acpi_read_slow()
  | 
| /Linux-v6.6/arch/m68k/ifpsp060/src/ | 
| D | isp.S | 886 #	(An)	- fetch An value from stack				# 887 #	-(An)	- fetch An value from stack; return decr value;		# 891 #	(An)+	- fetch An value from stack; return value;		# 895 #	(d16,An) - fetch An value from stack; read d16 using		# 896 #		  _imem_read_word(); fetch may fail -> branch to	# 898 #	(xxx).w,(xxx).l - use _imem_read_{word,long}() to fetch		# 899 #		  address; fetch may fail				# 902 #	(d16,PC) - fetch stacked PC value; read d16 using		# 903 #		  _imem_read_word(); fetch may fail -> branch to	# 917 	mov.w		EXC_OPWORD(%a6),%d0	# fetch opcode word [all …] 
 | 
| D | pfpsp.S | 954 	mov.l		(tbl_unsupp.l,%pc,%d1.w*4),%d1 # fetch routine addr 1232 	mov.l		EXC_EXTWPTR(%a6),%a0	# fetch instruction addr 1234 	bsr.l		_imem_read_long		# fetch the instruction words 1322 	mov.b		FPCR_ENABLE(%a6),%d0	# fetch exceptions set 1327 	mov.b		1+EXC_CMDREG(%a6),%d0	# fetch extension 1439 	mov.w		LOCAL_EX(%a0),%d0	# fetch src exponent 1531 	mov.b		FPCR_MODE(%a6),%d0	# fetch rnd mode/prec 1843 	mov.b		FPCR_MODE(%a6),%d0	# fetch rnd mode/prec 1850 	mov.l		(tbl_unsupp.l,%pc,%d1.l*4),%d1 # fetch routine addr 1867 	mov.b		FPCR_ENABLE(%a6),%d0	# fetch exceptions enabled [all …] 
 | 
| D | fplsp.S | 577 	bsr.l		tag			# fetch operand type 634 	bsr.l		tag			# fetch operand type 693 	bsr.l		tag			# fetch operand type 754 	bsr.l		tag			# fetch operand type 811 	bsr.l		tag			# fetch operand type 870 	bsr.l		tag			# fetch operand type 931 	bsr.l		tag			# fetch operand type 988 	bsr.l		tag			# fetch operand type 1047 	bsr.l		tag			# fetch operand type 1108 	bsr.l		tag			# fetch operand type [all …] 
 | 
| D | fpsp.S | 955 	mov.l		(tbl_unsupp.l,%pc,%d1.w*4),%d1 # fetch routine addr 1233 	mov.l		EXC_EXTWPTR(%a6),%a0	# fetch instruction addr 1235 	bsr.l		_imem_read_long		# fetch the instruction words 1323 	mov.b		FPCR_ENABLE(%a6),%d0	# fetch exceptions set 1328 	mov.b		1+EXC_CMDREG(%a6),%d0	# fetch extension 1440 	mov.w		LOCAL_EX(%a0),%d0	# fetch src exponent 1532 	mov.b		FPCR_MODE(%a6),%d0	# fetch rnd mode/prec 1844 	mov.b		FPCR_MODE(%a6),%d0	# fetch rnd mode/prec 1851 	mov.l		(tbl_unsupp.l,%pc,%d1.l*4),%d1 # fetch routine addr 1868 	mov.b		FPCR_ENABLE(%a6),%d0	# fetch exceptions enabled [all …] 
 | 
| /Linux-v6.6/arch/arm/mach-omap1/ | 
| D | ams-delta-fiq-handler.S | 96 	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
  | 
| /Linux-v6.6/Documentation/devicetree/bindings/watchdog/ | 
| D | microchip,pic32-dmt.txt | 4 malfunction. It is a free-running instruction fetch timer, which is clocked 5 whenever an instruction fetch occurs until a count match occurs.
  | 
| /Linux-v6.6/arch/ia64/lib/ | 
| D | clear_page.S | 47 .fetch:	stf.spill.nta [dst_fetch] = f0, L3_LINE_SIZE  label 49 	br.cloop.sptk.few .fetch
  | 
| /Linux-v6.6/arch/alpha/lib/ | 
| D | ev6-memcpy.S | 146 	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
  | 
| /Linux-v6.6/arch/m68k/ifpsp060/ | 
| D | os.S | 155 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
  | 
| /Linux-v6.6/fs/afs/ | 
| D | file.c | 244 	struct afs_read *req = op->fetch.req;  in afs_fetch_data_notify() 268 	atomic_long_add(op->fetch.req->actual_len, &op->net->n_fetch_bytes);  in afs_fetch_data_success() 274 	op->fetch.req->error = op->error;  in afs_fetch_data_put() 275 	afs_put_read(op->fetch.req);  in afs_fetch_data_put() 310 	op->fetch.req	= afs_get_read(req);  in afs_fetch_data()
  | 
| /Linux-v6.6/arch/sh/kernel/cpu/sh3/ | 
| D | swsusp.S | 113 	stc	r2_bank, k0	! fetch old sp from r2_bank0 117 	 stc	r0_bank, k3	! fetch old pr from r0_bank0
  | 
| /Linux-v6.6/Documentation/usb/ | 
| D | usbmon.rst | 317 	uint32_t nfetch;	/* Number of events to fetch (out: fetched) */ 354    struct mon_mfetch_arg fetch; 358       fetch.offvec = vec; // Has N 32-bit words 359       fetch.nfetch = N;   // Or less than N 360       fetch.nflush = nflush; 361       ioctl(fd, MON_IOCX_MFETCH, &fetch);   // Process errors, too 362       nflush = fetch.nfetch;       // This many packets to flush when done
  | 
| /Linux-v6.6/Documentation/rust/ | 
| D | quick-start.rst | 12 This section explains how to fetch the tools needed for building. 43 ``rustup``, fetch a standalone installer from: 93 to fetch pre-built releases and distribution packages. 127 This section explains how to fetch the tools needed for developing. That is,
  | 
| /Linux-v6.6/tools/perf/Documentation/ | 
| D | perf-buildid-list.txt | 16 tools can be used to fetch packages with matching symbol tables for use by
  | 
| /Linux-v6.6/drivers/gpu/drm/msm/disp/dpu1/ | 
| D | dpu_hw_intf.h | 85 			const struct dpu_hw_intf_prog_fetch *fetch);
  | 
| D | dpu_hw_intf.c | 247 		const struct dpu_hw_intf_prog_fetch *fetch)  in dpu_hw_intf_setup_prg_fetch()  argument 258 	if (fetch->enable) {  in dpu_hw_intf_setup_prg_fetch() 261 				fetch->fetch_start);  in dpu_hw_intf_setup_prg_fetch()
  | 
| /Linux-v6.6/drivers/gpu/drm/arm/ | 
| D | Kconfig | 23 	  HDLCD device did not fetch from framebuffer due to underrun
  | 
| /Linux-v6.6/Documentation/devicetree/bindings/mips/cavium/ | 
| D | sata-uctl.txt | 7 	- provides a bridge for UAHC to fetch AHCI command table entries and data
  | 
| /Linux-v6.6/scripts/atomic/ | 
| D | atomics.tbl | 10 # * F/f	- fetch: returns base type (has fetch_ variants)
  | 
| /Linux-v6.6/arch/x86/kvm/ | 
| D | kvm_emulate.h | 137 	int (*fetch)(struct x86_emulate_ctxt *ctxt,  member 362 	struct fetch_cache fetch;  member
  | 
| /Linux-v6.6/drivers/platform/chrome/ | 
| D | cros_ec_chardev.c | 125 						    bool fetch, bool block)  in cros_ec_chardev_fetch_event()  argument 136 	if (!fetch) {  in cros_ec_chardev_fetch_event()
  | 
| /Linux-v6.6/arch/nios2/ | 
| D | Kconfig | 78 	  Nios II CPUs cannot fetch/store data which is not bus aligned, 79 	  i.e., a 2 or 4 byte fetch must start at an address divisible by
  | 
| /Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ | 
| D | hub.fuc | 120 	// fetch enabled GPC/ROP counts 485 	// load channel header, fetch PGRAPH context pointer 511 	// set transfer base to start of context, and fetch context header 562 		// fetch next 256 bytes of mmio list if necessary 630 	// fetch context pointer, and initiate xfer on all GPCs
  | 
| /Linux-v6.6/drivers/video/fbdev/ | 
| D | cyber2000fb.c | 425 	u_int	fetch;  member 522 	cyber2000_grphw(0x14, hw->fetch, cfb);  in cyber2000fb_set_timing() 523 	cyber2000_grphw(0x15, ((hw->fetch >> 8) & 0x03) |  in cyber2000fb_set_timing() 927 	hw.fetch = hw.pitch;  in cyber2000fb_set_par() 929 		hw.fetch <<= 1;  in cyber2000fb_set_par() 930 	hw.fetch += 1;  in cyber2000fb_set_par()
  |