Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 25 of 97) sorted by relevance

1234

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
A Dshadowacpi.c68 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/arch/m68k/ifpsp060/src/
A Disp.S886 # (An) - fetch An value from stack #
891 # (An)+ - fetch An value from stack; return value; #
896 # _imem_read_word(); fetch may fail -> branch to #
899 # address; fetch may fail #
903 # _imem_read_word(); fetch may fail -> branch to #
917 mov.w EXC_OPWORD(%a6),%d0 # fetch opcode word
1218 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr
1324 bsr.l _imem_read_word # fetch extword in d0
1388 bsr.l _imem_read_word # fetch short address
1402 bsr.l _imem_read_long # fetch long address
[all …]
A Dpfpsp.S1327 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
1872 mov.b 1+EXC_CMDREG(%a6),%d0 # fetch extension
3166 mov.w FP_SRC_EX(%a6),%d1 # fetch exponent
4941 bsr.l fetch_dreg # fetch base areg
4946 bsr.l _imem_read_word # fetch extword in d0
4963 bsr.l fetch_dreg # fetch index
4966 mov.l L_SCR1(%a6),%d2 # fetch opword
4991 bsr.l _imem_read_word # fetch short address
[all …]
A Dfplsp.S577 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 …]
A Dfpsp.S10278 mov.b %d0,%d1 # fetch rnd mode/prec
14381 mov.w (%sp),%d1 # fetch new exponent
14672 fmov.l %fpsr,%d1 # fetch INEX2,N,Z
15125 fmov.l %fpsr,%d1 # fetch INEX2, N, Z
15138 mov.w (%sp),%d2 # fetch new exponent
15198 mov.w (%sp),%d1 # fetch {sgn,exp}
15298 andi.b &0xc0,%d1 # fetch rnd prec
16254 # fetch_dreg() - fetch Dn value #
18103 mov.l EXC_EA(%a6),%a0 # fetch <ea>
18892 bsr.l fetch_dreg # fetch base areg
[all …]
/linux/arch/arm/mach-omap1/
A Dams-delta-fiq-handler.S95 ldr r11, [r12, #IRQ_MIR_REG_OFFSET] @ fetch interrupts mask
97 ldr r13, [r12, #IRQ_ITR_REG_OFFSET] @ fetch interrupts status
121 ldr r11, [r12, #OMAP1510_GPIO_INT_MASK] @ fetch GPIO interrupts mask
123 ldr r13, [r12, #OMAP1510_GPIO_INT_STATUS] @ fetch status bits
143 ldr r8, [r12, #OMAP1510_GPIO_DATA_INPUT] @ fetch GPIO input
145 ldr r10, [r9, #BUF_STATE] @ fetch kbd interface state
166 data: ldr r10, [r9, #BUF_MASK] @ fetch current input bit mask
170 ldreq r8, [r9, #BUF_KEY] @ yes - fetch collected so far,
183 ldr r10, [r9, #BUF_GPIO_INT_MASK] @ fetch saved mask
/linux/Documentation/devicetree/bindings/watchdog/
A Dmicrochip,pic32-dmt.txt4 malfunction. It is a free-running instruction fetch timer, which is clocked
5 whenever an instruction fetch occurs until a count match occurs.
/linux/arch/m68k/ifpsp060/
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
/linux/arch/alpha/lib/
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
/linux/arch/ia64/lib/
A Dclear_page.S47 .fetch: stf.spill.nta [dst_fetch] = f0, L3_LINE_SIZE label
49 br.cloop.sptk.few .fetch
/linux/fs/afs/
A Dfile.c228 struct afs_read *req = op->fetch.req; in afs_fetch_data_notify()
252 atomic_long_add(op->fetch.req->actual_len, &op->net->n_fetch_bytes); in afs_fetch_data_success()
258 op->fetch.req->error = op->error; in afs_fetch_data_put()
259 afs_put_read(op->fetch.req); in afs_fetch_data_put()
294 op->fetch.req = afs_get_read(req); in afs_fetch_data()
/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_hw_intf.c220 const struct intf_prog_fetch *fetch) in dpu_hw_intf_setup_prg_fetch() argument
231 if (fetch->enable) { in dpu_hw_intf_setup_prg_fetch()
234 fetch->fetch_start); in dpu_hw_intf_setup_prg_fetch()
A Ddpu_hw_intf.h65 const struct intf_prog_fetch *fetch);
/linux/Documentation/usb/
A Dusbmon.rst317 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/arch/sh/kernel/cpu/sh3/
A Dswsusp.S113 stc r2_bank, k0 ! fetch old sp from r2_bank0
117 stc r0_bank, k3 ! fetch old pr from r0_bank0
/linux/tools/perf/Documentation/
A Dperf-buildid-list.txt16 tools can be used to fetch packages with matching symbol tables for use by
/linux/drivers/gpu/drm/arm/
A DKconfig22 HDLCD device did not fetch from framebuffer due to underrun
/linux/arch/x86/kvm/
A Dkvm_emulate.h146 int (*fetch)(struct x86_emulate_ctxt *ctxt, member
369 struct fetch_cache fetch; member
/linux/drivers/platform/chrome/
A Dcros_ec_chardev.c125 bool fetch, bool block) in cros_ec_chardev_fetch_event() argument
136 if (!fetch) { in cros_ec_chardev_fetch_event()
/linux/Documentation/devicetree/bindings/mips/cavium/
A Dsata-uctl.txt7 - provides a bridge for UAHC to fetch AHCI command table entries and data
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
A Dhub.fuc120 // 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/arch/arm/nwfpe/
A Dentry.S73 ldr r1, [sp, #S_PSR] @ fetch the PSR
/linux/arch/nios2/
A DKconfig80 Nios II CPUs cannot fetch/store data which is not bus aligned,
81 i.e., a 2 or 4 byte fetch must start at an address divisible by
/linux/drivers/video/fbdev/
A Dcyber2000fb.c425 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()
/linux/scripts/atomic/
A Datomics.tbl10 # * F/f - fetch: returns base type (has fetch_ variants)

Completed in 99 milliseconds

1234