Home
last modified time | relevance | path

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

1234

/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dshadowacpi.c51 u32 fetch = limit - start; in acpi_read_fast() local
54 int ret = nouveau_acpi_get_bios_chunk(bios->data, start, fetch); in acpi_read_fast()
55 if (ret == fetch) in acpi_read_fast()
56 return fetch; in acpi_read_fast()
72 u32 fetch = 0; in acpi_read_slow() local
75 while (start + fetch < limit) { in acpi_read_slow()
77 start + fetch, in acpi_read_slow()
81 fetch += 0x1000; in acpi_read_slow()
85 return fetch; in acpi_read_slow()
/Linux-v5.4/arch/m68k/ifpsp060/src/
Disp.S886 # (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 …]
Dpfpsp.S954 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 …]
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 …]
Dfpsp.S955 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-v5.4/arch/arm/mach-omap1/
Dams-delta-fiq-handler.S94 ldr r11, [r12, #IRQ_MIR_REG_OFFSET] @ fetch interrupts mask
96 ldr r13, [r12, #IRQ_ITR_REG_OFFSET] @ fetch interrupts status
120 ldr r11, [r12, #OMAP1510_GPIO_INT_MASK] @ fetch GPIO interrupts mask
122 ldr r13, [r12, #OMAP1510_GPIO_INT_STATUS] @ fetch status bits
142 ldr r8, [r12, #OMAP1510_GPIO_DATA_INPUT] @ fetch GPIO input
144 ldr r10, [r9, #BUF_STATE] @ fetch kbd interface state
165 data: ldr r10, [r9, #BUF_MASK] @ fetch current input bit mask
169 ldreq r8, [r9, #BUF_KEY] @ yes - fetch collected so far,
182 ldr r10, [r9, #BUF_GPIO_INT_MASK] @ fetch saved mask
/Linux-v5.4/Documentation/devicetree/bindings/watchdog/
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-v5.4/arch/ia64/lib/
Dclear_page.S47 .fetch: stf.spill.nta [dst_fetch] = f0, L3_LINE_SIZE label
49 br.cloop.sptk.few .fetch
/Linux-v5.4/arch/alpha/lib/
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-v5.4/arch/m68k/ifpsp060/
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-v5.4/arch/unicore32/
DKconfig126 Unicore processors can not fetch/store information which is not
127 naturally aligned on the bus, i.e., a 4 byte fetch must start at an
129 fetch/store instructions will be emulated in software if you say
/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_intf.c199 const struct intf_prog_fetch *fetch) in dpu_hw_intf_setup_prg_fetch() argument
210 if (fetch->enable) { in dpu_hw_intf_setup_prg_fetch()
213 fetch->fetch_start); in dpu_hw_intf_setup_prg_fetch()
Ddpu_hw_intf.h62 const struct intf_prog_fetch *fetch);
/Linux-v5.4/arch/unicore32/kernel/
Dhead.S174 nop @ fetch inst by phys addr
176 nop8 @ fetch inst by phys addr
/Linux-v5.4/arch/sh/kernel/cpu/sh3/
Dswsusp.S113 stc r2_bank, k0 ! fetch old sp from r2_bank0
117 stc r0_bank, k3 ! fetch old pr from r0_bank0
/Linux-v5.4/Documentation/usb/
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-v5.4/tools/perf/Documentation/
Dperf-buildid-list.txt16 tools can be used to fetch packages with matching symbol tables for use by
/Linux-v5.4/Documentation/devicetree/bindings/net/
Ddavinci-mdio.txt16 Note: "ti,hwmods" field is used to fetch the base address and irq
/Linux-v5.4/Documentation/devicetree/bindings/i2c/
Di2c-omap.txt22 Note: Current implementation will fetch base address, irq and dma
/Linux-v5.4/drivers/gpu/drm/arm/
DKconfig22 HDLCD device did not fetch from framebuffer due to underrun
/Linux-v5.4/arch/x86/include/asm/
Dkvm_emulate.h145 int (*fetch)(struct x86_emulate_ctxt *ctxt, member
351 struct fetch_cache fetch; member
/Linux-v5.4/Documentation/devicetree/bindings/mips/cavium/
Dsata-uctl.txt7 - provides a bridge for UAHC to fetch AHCI command table entries and data
/Linux-v5.4/arch/arm/nwfpe/
Dentry.S73 ldr r1, [sp, #S_PSR] @ fetch the PSR
/Linux-v5.4/drivers/platform/chrome/
Dcros_ec_chardev.c126 bool fetch, bool block) in cros_ec_chardev_fetch_event() argument
137 if (!fetch) { in cros_ec_chardev_fetch_event()
/Linux-v5.4/scripts/atomic/
Datomics.tbl10 # * F/f - fetch: returns base type (has fetch_ variants)

1234