| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ | 
| D | base.c | 35 	struct nvkm_memory memory;  member44 nvkm_instobj_target(struct nvkm_memory *memory)  in nvkm_instobj_target()
 51 nvkm_instobj_addr(struct nvkm_memory *memory)  in nvkm_instobj_addr()
 58 nvkm_instobj_size(struct nvkm_memory *memory)  in nvkm_instobj_size()
 65 nvkm_instobj_release(struct nvkm_memory *memory)  in nvkm_instobj_release()
 72 nvkm_instobj_acquire(struct nvkm_memory *memory)  in nvkm_instobj_acquire()
 78 nvkm_instobj_rd32(struct nvkm_memory *memory, u64 offset)  in nvkm_instobj_rd32()
 84 nvkm_instobj_wr32(struct nvkm_memory *memory, u64 offset, u32 data)  in nvkm_instobj_wr32()
 90 nvkm_instobj_map(struct nvkm_memory *memory, struct nvkm_vma *vma, u64 offset)  in nvkm_instobj_map()
 97 nvkm_instobj_dtor(struct nvkm_memory *memory)  in nvkm_instobj_dtor()
 [all …]
 
 | 
| D | nv50.c | 45 	struct nvkm_memory memory;  member53 nv50_instobj_target(struct nvkm_memory *memory)  in nv50_instobj_target()
 59 nv50_instobj_addr(struct nvkm_memory *memory)  in nv50_instobj_addr()
 65 nv50_instobj_size(struct nvkm_memory *memory)  in nv50_instobj_size()
 71 nv50_instobj_boot(struct nvkm_memory *memory, struct nvkm_vm *vm)  in nv50_instobj_boot()
 99 nv50_instobj_release(struct nvkm_memory *memory)  in nv50_instobj_release()
 106 nv50_instobj_acquire(struct nvkm_memory *memory)  in nv50_instobj_acquire()
 125 nv50_instobj_rd32(struct nvkm_memory *memory, u64 offset)  in nv50_instobj_rd32()
 143 nv50_instobj_wr32(struct nvkm_memory *memory, u64 offset, u32 data)  in nv50_instobj_wr32()
 159 nv50_instobj_map(struct nvkm_memory *memory, struct nvkm_vma *vma, u64 offset)  in nv50_instobj_map()
 [all …]
 
 | 
| D | nv04.c | 41 	struct nvkm_memory memory;  member47 nv04_instobj_target(struct nvkm_memory *memory)  in nv04_instobj_target()
 53 nv04_instobj_addr(struct nvkm_memory *memory)  in nv04_instobj_addr()
 59 nv04_instobj_size(struct nvkm_memory *memory)  in nv04_instobj_size()
 65 nv04_instobj_acquire(struct nvkm_memory *memory)  in nv04_instobj_acquire()
 73 nv04_instobj_release(struct nvkm_memory *memory)  in nv04_instobj_release()
 78 nv04_instobj_rd32(struct nvkm_memory *memory, u64 offset)  in nv04_instobj_rd32()
 86 nv04_instobj_wr32(struct nvkm_memory *memory, u64 offset, u32 data)  in nv04_instobj_wr32()
 94 nv04_instobj_dtor(struct nvkm_memory *memory)  in nv04_instobj_dtor()
 
 | 
| D | nv40.c | 43 	struct nvkm_memory memory;  member49 nv40_instobj_target(struct nvkm_memory *memory)  in nv40_instobj_target()
 55 nv40_instobj_addr(struct nvkm_memory *memory)  in nv40_instobj_addr()
 61 nv40_instobj_size(struct nvkm_memory *memory)  in nv40_instobj_size()
 67 nv40_instobj_acquire(struct nvkm_memory *memory)  in nv40_instobj_acquire()
 74 nv40_instobj_release(struct nvkm_memory *memory)  in nv40_instobj_release()
 79 nv40_instobj_rd32(struct nvkm_memory *memory, u64 offset)  in nv40_instobj_rd32()
 86 nv40_instobj_wr32(struct nvkm_memory *memory, u64 offset, u32 data)  in nv40_instobj_wr32()
 93 nv40_instobj_dtor(struct nvkm_memory *memory)  in nv40_instobj_dtor()
 
 | 
| D | gk20a.c | 53 	struct nvkm_memory memory;  member116 gk20a_instobj_target(struct nvkm_memory *memory)  in gk20a_instobj_target()
 122 gk20a_instobj_addr(struct nvkm_memory *memory)  in gk20a_instobj_addr()
 128 gk20a_instobj_size(struct nvkm_memory *memory)  in gk20a_instobj_size()
 134 gk20a_instobj_cpu_map_dma(struct nvkm_memory *memory)  in gk20a_instobj_cpu_map_dma()
 157 gk20a_instobj_cpu_map_iommu(struct nvkm_memory *memory)  in gk20a_instobj_cpu_map_iommu()
 192 gk20a_instobj_acquire(struct nvkm_memory *memory)  in gk20a_instobj_acquire()
 233 gk20a_instobj_release(struct nvkm_memory *memory)  in gk20a_instobj_release()
 252 gk20a_instobj_rd32(struct nvkm_memory *memory, u64 offset)  in gk20a_instobj_rd32()
 260 gk20a_instobj_wr32(struct nvkm_memory *memory, u64 offset, u32 data)  in gk20a_instobj_wr32()
 [all …]
 
 | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/ | 
| D | memory.c | 29 		 struct nvkm_memory *memory)  in nvkm_memory_ctor()37 	struct nvkm_memory *memory = *pmemory;  in nvkm_memory_del()  local
 52 	struct nvkm_memory *memory;  in nvkm_memory_new()  local
 
 | 
| D | gpuobj.c | 225 	struct nvkm_memory *memory = gpuobj->memory;  in nvkm_gpuobj_map()  local247 nvkm_gpuobj_wrap(struct nvkm_memory *memory, struct nvkm_gpuobj **pgpuobj)  in nvkm_gpuobj_wrap()
 
 | 
| /linux-4.4.14/drivers/staging/octeon/ | 
| D | ethernet-mem.c | 55 	char *memory;  in cvm_oct_free_hw_skbuff()  local85 	char *memory;  in cvm_oct_fill_hw_memory()  local
 122 	char *memory;  in cvm_oct_free_hw_memory()  local
 
 | 
| /linux-4.4.14/drivers/char/agp/ | 
| D | compat_ioctl.c | 150 	struct agp_memory *memory;  in compat_agpioc_allocate_wrap()  local175 	struct agp_memory *memory;  in compat_agpioc_bind_wrap()  local
 191 	struct agp_memory *memory;  in compat_agpioc_unbind_wrap()  local
 
 | 
| D | frontend.c | 270 void agp_free_memory_wrap(struct agp_memory *memory)  in agp_free_memory_wrap()278 	struct agp_memory *memory;  in agp_allocate_memory_wrap()  local
 360 	struct agp_memory *memory;  in agp_remove_all_memory()  local
 876 	struct agp_memory *memory;  in agpioc_allocate_wrap()  local
 903 	struct agp_memory *memory;  in agpioc_deallocate_wrap()  local
 918 	struct agp_memory *memory;  in agpioc_bind_wrap()  local
 934 	struct agp_memory *memory;  in agpioc_unbind_wrap()  local
 
 | 
| D | backend.c | 115 	long memory, index, result;  in agp_find_max()  local
 | 
| /linux-4.4.14/arch/powerpc/mm/ | 
| D | numa.c | 187 static const __be32 *of_get_usable_memory(struct device_node *memory)  in of_get_usable_memory()368 	struct device_node *memory = NULL;  in get_n_mem_cells()  local
 416 static int of_get_drconf_memory(struct device_node *memory, const __be32 **dm)  in of_get_drconf_memory()
 441 static u64 of_get_lmb_size(struct device_node *memory)  in of_get_lmb_size()
 469 static int of_get_assoc_arrays(struct device_node *memory,  in of_get_assoc_arrays()
 656 static void __init parse_drconf_memory(struct device_node *memory)  in parse_drconf_memory()
 721 	struct device_node *memory;  in parse_numa_properties()  local
 1040 static int hot_add_drconf_scn_to_nid(struct device_node *memory,  in hot_add_drconf_scn_to_nid()
 1090 	struct device_node *memory;  in hot_add_node_scn_to_nid()  local
 1133 	struct device_node *memory = NULL;  in hot_add_scn_to_nid()  local
 [all …]
 
 | 
| /linux-4.4.14/arch/powerpc/boot/ | 
| D | treeboot-iss4xx.c | 41 	void *memory;  in iss_4xx_fixups()  local
 | 
| D | oflib.c | 115 static ihandle memory;  variable
 | 
| D | devtree.c | 23 	void *root, *memory;  in dt_fixup_memory()  local
 | 
| /linux-4.4.14/drivers/gpu/drm/ | 
| D | drm_legacy.h | 83 	struct agp_memory *memory;  member
 | 
| D | drm_agpsupport.c | 200 	struct agp_memory *memory;  in drm_agp_alloc()  local
 | 
| /linux-4.4.14/arch/powerpc/boot/dts/ | 
| D | mpc5200b.dtsi | 40 	memory: memory {  label
 | 
| /linux-4.4.14/include/acpi/platform/ | 
| D | aclinuxex.h | 94 static inline void acpi_os_free(void *memory)  in acpi_os_free()
 | 
| /linux-4.4.14/drivers/media/v4l2-core/ | 
| D | videobuf2-core.c | 201 static int __vb2_queue_alloc(struct vb2_queue *q, enum vb2_memory memory,  in __vb2_queue_alloc()500 		enum vb2_memory memory, unsigned int type)  in vb2_verify_memory_type()
 569 int vb2_core_reqbufs(struct vb2_queue *q, enum vb2_memory memory,  in vb2_core_reqbufs()
 703 int vb2_core_create_bufs(struct vb2_queue *q, enum vb2_memory memory,  in vb2_core_create_bufs()
 
 | 
| D | v4l2-compat-ioctl32.c | 189 	__u32			memory;	/* enum v4l2_memory */  member343 	__u32			memory;	/* enum v4l2_memory */  member
 356 				enum v4l2_memory memory)  in get_v4l2_plane32()
 385 				enum v4l2_memory memory)  in put_v4l2_plane32()
 
 | 
| D | videobuf-core.c | 386 			enum v4l2_memory memory)  in __videobuf_mmap_setup()430 			enum v4l2_memory memory)  in videobuf_mmap_setup()
 
 | 
| /linux-4.4.14/drivers/base/ | 
| D | memory.c | 593 int register_memory(struct memory_block *memory)  in register_memory()604 static int init_memory_block(struct memory_block **memory,  in init_memory_block()
 686 unregister_memory(struct memory_block *memory)  in unregister_memory()
 
 | 
| /linux-4.4.14/drivers/net/ethernet/sfc/ | 
| D | selftest.h | 41 	int memory;  member
 | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ | 
| D | perf.h | 12 	u32 memory;  member
 | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/ | 
| D | gpuobj.h | 16 	struct nvkm_memory *memory;  member
 | 
| /linux-4.4.14/drivers/gpu/drm/ttm/ | 
| D | ttm_memory.c | 516 				     uint64_t memory,  in ttm_mem_global_alloc_zone()535 int ttm_mem_global_alloc(struct ttm_mem_global *glob, uint64_t memory,  in ttm_mem_global_alloc()
 
 | 
| /linux-4.4.14/drivers/vhost/ | 
| D | vhost.h | 103 	struct vhost_memory *memory;  member120 	struct vhost_memory *memory;  member
 
 | 
| D | test.c | 223 	struct vhost_memory *memory;  in vhost_test_reset_owner()  local
 | 
| D | net.c | 971 	struct vhost_memory *memory;  in vhost_net_reset_owner()  local
 | 
| D | vhost.c | 496 void vhost_dev_reset_owner(struct vhost_dev *dev, struct vhost_memory *memory)  in vhost_dev_reset_owner()
 | 
| /linux-4.4.14/drivers/mtd/maps/ | 
| D | bfin-async-flash.c | 130 	struct resource *memory = platform_get_resource(pdev, IORESOURCE_MEM, 0);  in bfin_flash_probe()  local
 | 
| D | gpio-addr-flash.c | 208 	struct resource *memory;  in gpio_flash_probe()  local
 | 
| /linux-4.4.14/include/drm/ | 
| D | drm_agpsupport.h | 17 	struct list_head memory;  member
 | 
| /linux-4.4.14/drivers/w1/slaves/ | 
| D | w1_ds2433.c | 48 	u8	memory[W1_EEPROM_SIZE];  member
 | 
| D | w1_ds28e04.c | 59 	u8	memory[W1_EEPROM_SIZE];  member
 | 
| /linux-4.4.14/drivers/staging/media/davinci_vpfe/ | 
| D | vpfe_video.h | 105 	enum v4l2_memory			memory;  member
 | 
| /linux-4.4.14/drivers/media/usb/gspca/ | 
| D | gspca.c | 501 			enum v4l2_memory memory, unsigned int count)  in frame_alloc()1651 				enum v4l2_memory memory)  in frame_ready_nolock()
 1664 			enum v4l2_memory memory)  in frame_ready()
 
 | 
| D | gspca.h | 205 	char memory;			/* memory type (V4L2_MEMORY_xxx) */  member
 | 
| /linux-4.4.14/include/media/ | 
| D | videobuf2-core.h | 219 	unsigned int		memory;  member461 	unsigned int			memory;  member
 
 | 
| D | videobuf-core.h | 86 	enum v4l2_memory        memory;  member
 | 
| /linux-4.4.14/kernel/trace/ | 
| D | trace_kprobe.c | 160 DEFINE_BASIC_FETCH_FUNCS(memory)  in DEFINE_BASIC_FETCH_FUNCS()  argument191 static void FETCH_FUNC_NAME(memory, string_size)(struct pt_regs *regs,  in FETCH_FUNC_NAME()  argument
 
 | 
| D | trace_uprobe.c | 134 DEFINE_BASIC_FETCH_FUNCS(memory)  in DEFINE_BASIC_FETCH_FUNCS()  argument161 static void FETCH_FUNC_NAME(memory, string_size)(struct pt_regs *regs,  in FETCH_FUNC_NAME()  argument
 
 | 
| /linux-4.4.14/drivers/atm/ | 
| D | ambassador.c | 1515   void * memory;  in create_queues()  local1628   void * memory = dev->cq.ptrs.start;  in destroy_queues()  local
 
 | 
| D | ambassador.h | 404     } memory;  member
 | 
| /linux-4.4.14/include/media/davinci/ | 
| D | vpfe_capture.h | 145 	enum v4l2_memory memory;  member
 | 
| /linux-4.4.14/drivers/net/ethernet/smsc/ | 
| D | smc9194.c | 848 	int i, memory, retval;  in smc_probe()  local
 | 
| /linux-4.4.14/include/linux/ | 
| D | memblock.h | 49 	struct memblock_type memory;  member
 | 
| D | tcp.h | 185 		int			memory;  member
 | 
| D | memcontrol.h | 187 	struct page_counter memory;  member
 | 
| /linux-4.4.14/drivers/video/fbdev/ | 
| D | amba-clcd.c | 707 	struct device_node *memory;  in clcdfb_of_vram_setup()  local
 | 
| /linux-4.4.14/arch/mips/cavium-octeon/ | 
| D | setup.c | 897 	int64_t memory;  in plat_mem_setup()  local
 | 
| /linux-4.4.14/include/uapi/video/ | 
| D | sisfb.h | 83 	__u32   memory;			/* total video memory in KB */  member
 | 
| /linux-4.4.14/drivers/media/platform/omap/ | 
| D | omap_voutdef.h | 171 	enum v4l2_memory memory;  member
 | 
| /linux-4.4.14/sound/isa/gus/ | 
| D | gus_pcm.c | 50 	unsigned int memory;  member
 | 
| /linux-4.4.14/drivers/scsi/ | 
| D | 53c700.c | 290 	__u8 *memory;  in NCR_700_detect()  local
 | 
| /linux-4.4.14/drivers/of/ | 
| D | fdt.c | 42 	int memory;  in of_fdt_limit_memory()  local
 | 
| /linux-4.4.14/drivers/usb/gadget/udc/ | 
| D | pxa25x_udc.c | 1808 static struct pxa25x_udc memory = {  variable
 | 
| D | s3c2410_udc.c | 1677 static struct s3c2410_udc memory = {  variable
 | 
| D | pxa27x_udc.c | 2343 static struct pxa_udc memory = {  variable
 | 
| /linux-4.4.14/drivers/media/platform/exynos4-is/ | 
| D | fimc-is.h | 252 	struct fimc_is_memory		memory;  member
 | 
| /linux-4.4.14/sound/pci/ | 
| D | es1968.c | 472 	struct esm_memory *memory;  member1712 	struct esm_memory *memory;  in es1968_measure_clock()  local
 
 | 
| /linux-4.4.14/arch/mips/include/asm/ | 
| D | sgiarcs.h | 51 	system, processor, cache, adapter, controller, peripheral, memory  enumerator
 | 
| /linux-4.4.14/include/uapi/linux/ | 
| D | videodev2.h | 785 	__u32			memory;		/* enum v4l2_memory */  member862 	__u32			memory;  member
 2172 	__u32			memory;  member
 
 | 
| /linux-4.4.14/include/sound/ | 
| D | gus.h | 308 	unsigned int memory;		/* GUS's DRAM size in bytes */  member
 | 
| /linux-4.4.14/arch/powerpc/kernel/ | 
| D | prom_init.c | 121 	ihandle memory;  member
 | 
| /linux-4.4.14/sound/pci/cs46xx/ | 
| D | cs46xx_lib.c | 509 	} memory[BA1_MEMORY_COUNT];  member
 | 
| /linux-4.4.14/arch/ia64/kernel/ | 
| D | unwind.c | 680 decode_abreg (unsigned char abreg, int memory)  in decode_abreg()
 | 
| /linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ | 
| D | cxgb4_debugfs.c | 2716 	static const char * const memory[] = { "EDC0:", "EDC1:", "MC:",  in meminfo_show()  local
 | 
| /linux-4.4.14/drivers/video/fbdev/matrox/ | 
| D | matroxfb_base.h | 492 				      } memory;  member
 | 
| /linux-4.4.14/mm/ | 
| D | memcontrol.c | 3156 	unsigned long memory, memsw;  in memcg_stat_show()  local
 | 
| /linux-4.4.14/drivers/md/ | 
| D | raid5.c | 6464 	int raid_disk, memory, max_disks;  in setup_conf()  local
 |