Searched refs:memory (Results 176 - 200 of 507) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dr535.c204 fbsr_inst(struct fbsr *fbsr, const char *type, struct nvkm_memory *memory) argument
206 return fbsr_vram(fbsr, type, nvkm_memory_addr(memory), nvkm_memory_size(memory));
237 if (!fbsr_inst(&fbsr, "inst", &iobj->memory))
243 if (!fbsr_inst(&fbsr, "boot", &iobj->memory))
250 /* Determine memory requirements. */
/linux-master/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c1982 static struct pxa25x_udc memory = { variable in typeref:struct:pxa25x_udc
1985 .ep0 = &memory.ep[0].ep,
2002 .dev = &memory,
2016 .dev = &memory,
2031 .dev = &memory,
2048 .dev = &memory,
2063 .dev = &memory,
2078 .dev = &memory,
2095 .dev = &memory,
2110 .dev = &memory,
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c159 * commands but we will add things like memory policy (what to do on
346 * All future channel/memory allocations will make use of this
456 struct nvif_object *memory = &buffer->object; local
457 const u32 instlo = nvif_rd32(memory, offset + 0x00);
458 const u32 insthi = nvif_rd32(memory, offset + 0x04);
459 const u32 addrlo = nvif_rd32(memory, offset + 0x08);
460 const u32 addrhi = nvif_rd32(memory, offset + 0x0c);
461 const u32 timelo = nvif_rd32(memory, offset + 0x10);
462 const u32 timehi = nvif_rd32(memory, offset + 0x14);
463 const u32 engine = nvif_rd32(memory, offse
[all...]
/linux-master/arch/alpha/lib/
H A Dev6-memset.S19 * however the loop has been unrolled to enable better memory throughput,
161 wh64 ($4) # L1 : memory subsystem write hint
213 stq $1,0($5) # L : And back to memory
339 wh64 ($4) # L1 : memory subsystem write hint
391 stq $1,0($5) # L : And back to memory
527 wh64 ($4) # L1 : memory subsystem write hint
579 stq $1,0($5) # L : And back to memory
/linux-master/drivers/spi/
H A Dspi-wpcm-fiu.c53 /* The memory-mapped view of flash is 16 MiB long */
61 void __iomem *memory; member in struct:wpcm_fiu_spi
339 * temporarily disable (stall) memory accesses coming from the host CPU.
348 dev_warn(fiu->dev, "Failed to (un)stall host memory accesses: %d\n", res);
392 /* Don't read past the memory window */
409 if (!fiu->memory || offs >= fiu->memory_size)
413 memcpy_fromio(buf, fiu->memory + offs, len);
428 /* Configure memory-mapped flash access */
462 res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "memory");
463 fiu->memory
[all...]
/linux-master/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py257 memory = "10240" variable
267 opts, args = getopt.getopt(sys.argv[1:],"ht:i:c:n:m:",["help","trace_file=","interval=","cpu=","name=","memory="])
287 elif opt in ("-m", "--memory"):
288 memory = arg
323 ipt.set_trace_buffer_size(memory)
/linux-master/arch/m68k/math-emu/
H A Dfp_movem.S141 | move register from memory into fpu
161 | move register from fpu into memory
325 | move register from memory into fpu
336 | move register from fpu into memory
/linux-master/arch/arm/mach-omap2/
H A Dsleep24xx.S55 mcr p15, 0, r3, c7, c10, 4 @ memory barrier, hope SDR/DDR finished
/linux-master/arch/mips/include/asm/mach-ip27/
H A Dkernel-entry-init.h36 li t0, 0x1c000 # Offset of text into node memory
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dusernv04.c53 device->mmu->vmm->pd->pt[0]->memory;
/linux-master/sound/isa/gus/
H A Dgus_reset.c164 snd_gf1_write8(gus, SNDRV_GF1_VB_MODE, gus->gf1.memory ? 0x02 : 0x82); /* Deactivate voice */
326 gus->gf1.default_voice_address = gus->gf1.memory > 0 ? 0 : 512 - 8;
327 /* initialize LFOs & clear LFOs memory */
328 if (gus->gf1.enh_mode && gus->gf1.memory) {
337 if (gus->gf1.memory > 0)
/linux-master/arch/powerpc/platforms/powernv/
H A DMakefile26 obj-$(CONFIG_MEMORY_FAILURE) += opal-memory-errors.o
/linux-master/arch/x86/kernel/
H A Djump_label.c9 #include <linux/memory.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dgm20b.c25 #include <core/memory.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgf100.c27 #include <core/memory.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Duser.c24 #include <core/memory.h>
/linux-master/arch/arm64/include/asm/
H A Dpointer_auth.h10 #include <asm/memory.h>
/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dpower_state.h160 struct PP_StateMemroyBlock memory; member in struct:pp_power_state
/linux-master/arch/arm/xen/
H A Dmm.c17 #include <xen/interface/memory.h>
103 * - The Linux page refers to foreign memory
113 * memory and we are not able to flush the cache.
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dchan.h21 struct nvkm_memory *memory; member in struct:nvkm_disp_chan
/linux-master/arch/arm64/kernel/
H A Dkexec_image.c20 #include <asm/memory.h>
/linux-master/mm/kasan/
H A Dtags.c14 #include <linux/memory.h>
/linux-master/arch/riscv/kernel/
H A Dftrace.c10 #include <linux/memory.h>
/linux-master/arch/arm64/kernel/pi/
H A Dmap_range.c8 #include <asm/memory.h>
15 * map_range - Map a contiguous range of physical pages into virtual memory
/linux-master/sound/core/
H A DMakefile7 snd-y := sound.o init.o memory.o control.o misc.o device.o

Completed in 427 milliseconds

1234567891011>>