Searched refs:memory (Results 151 - 175 of 507) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dmmu.h21 bool no_comp:1; /* Force no memory compression. */
22 struct nvkm_memory *memory; /* Memory currently mapped into VMA. */ member in struct:nvkm_vma
90 struct nvkm_memory *memory; member in struct:nvkm_vmm_map
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dnv50.c147 ret = nvkm_vmm_join(bar->bar2_vmm, bar->mem->memory);
183 ret = nvkm_vmm_join(bar->bar1_vmm, bar->mem->memory);
209 nvkm_vmm_part(bar->bar1_vmm, bar->mem->memory);
212 nvkm_vmm_part(bar->bar2_vmm, bar->mem->memory);
H A Dtu102.c24 #include <core/memory.h>
H A Dr535.c123 nvkm_memory_unref(&vmm->pd->pt[0]->memory);
125 ret = nvkm_memory_kmap(pd3, &vmm->pd->pt[0]->memory);
130 vmm->pd->pt[0]->addr = nvkm_memory_addr(vmm->pd->pt[0]->memory);
/linux-master/drivers/xen/
H A Dmem-reservation.c4 * Xen memory reservation utilities.
15 #include <xen/interface/memory.h>
/linux-master/arch/xtensa/kernel/
H A Djump_label.c7 #include <linux/memory.h>
/linux-master/kernel/
H A Dextable.c8 #include <linux/memory.h>
21 * some users need to sleep (allocating memory...) while they hold this lock.
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dstacktrace.c9 #include <asm/memory.h>
/linux-master/arch/mips/kernel/
H A Djump_label.c11 #include <linux/memory.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dv1.c25 #include <core/memory.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dgp100.c24 #include <core/memory.h>
/linux-master/arch/arm64/include/asm/
H A Dstacktrace.h13 #include <asm/memory.h>
H A Defi.h9 #include <asm/memory.h>
111 * - The stub retrieves the final version of the memory map from UEFI, populates
H A Dthread_info.h17 #include <asm/memory.h>
/linux-master/arch/csky/kernel/
H A Dvmlinux.lds.S5 #include <asm/memory.h>
/linux-master/arch/arm/boot/compressed/
H A Dhead-sa1100.S31 @ memory to be sure we hit the same cache.
/linux-master/drivers/w1/slaves/
H A Dw1_ds28e04.c34 /* enable/disable CRC checking on DS28E04-100 memory accesses */
52 u8 memory[W1_EEPROM_SIZE]; member in struct:w1_f1C_data
89 w1_read_block(sl->master, &data->memory[off], W1_PAGE_SIZE);
92 if (crc16(CRC16_INIT, &data->memory[off], W1_PAGE_SIZE) == CRC16_VALID)
137 memcpy(buf, &data->memory[off], count);
/linux-master/drivers/firmware/efi/libstub/
H A Darm64.c13 #include <asm/memory.h>
126 * image header may not have been loaded into memory, or may be mapped
/linux-master/arch/riscv/errata/sifive/
H A Derrata.c7 #include <linux/memory.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dpriv.h61 struct nvkm_memory *memory; member in struct:nvkm_mmu_pt
/linux-master/arch/arm64/kernel/
H A Dirq.c18 #include <linux/memory.h>
/linux-master/arch/powerpc/platforms/pseries/
H A DMakefile16 obj-$(CONFIG_MEMORY_HOTPLUG) += hotplug-memory.o pmem.o
/linux-master/drivers/md/dm-vdo/
H A DMakefile25 memory-alloc.o \
/linux-master/arch/arm/mm/
H A Dpmsa-v8.c106 * Initially only use memory continuous from
109 panic("First memory bank must be contiguous from PHYS_OFFSET");
118 pr_notice("Ignoring RAM after %pa, memory at %pa ignored\n",
247 /* RAM: single chunk of memory */
248 add_range(mem, ARRAY_SIZE(mem), 0, memblock.memory.regions[0].base,
249 memblock.memory.regions[0].base + memblock.memory.regions[0].size);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dtu102.c27 #include <core/memory.h>
71 tu102_runl_commit(struct nvkm_runl *runl, struct nvkm_memory *memory, u32 start, int count) argument
74 u64 addr = nvkm_memory_addr(memory) + start;

Completed in 318 milliseconds

1234567891011>>