Searched refs:mem (Results 1 - 25 of 34) sorted by relevance

12

/include/linux/
H A Dkbuild.h9 #define OFFSET(sym, str, mem) \
10 DEFINE(sym, offsetof(struct str, mem))
H A Dtrace_seq.h58 extern int trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len);
59 extern int trace_seq_putmem_hex(struct trace_seq *s, const void *mem,
102 trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len) argument
106 static inline int trace_seq_putmem_hex(struct trace_seq *s, const void *mem, argument
H A Dkgdb.h93 extern char *dbg_get_reg(int regno, void *mem, struct pt_regs *regs);
94 extern int dbg_set_reg(int regno, void *mem, struct pt_regs *regs);
303 extern char *kgdb_mem2hex(char *mem, char *buf, int count);
304 extern int kgdb_hex2mem(char *buf, char *mem, int count);
H A Ddm-io.h61 struct dm_io_memory mem; /* Memory to use for io */ member in struct:dm_io_request
H A Dmcb.h70 struct resource mem; member in struct:mcb_device
120 extern void mcb_release_mem(struct resource *mem);
H A Dplist.h179 * @mem: the name of the list_struct within the struct
181 #define plist_for_each_entry(pos, head, mem) \
182 list_for_each_entry(pos, &(head)->node_list, mem.node_list)
H A Duio_driver.h83 * @mem: list of mappable memory regions, size==0 for end of list
98 struct uio_mem mem[MAX_UIO_MAPS]; member in struct:uio_info
H A Dkexec.h86 unsigned long mem; member in struct:kexec_segment
94 compat_ulong_t mem; /* User space sees this as a (void *) ... */ member in struct:compat_kexec_segment
181 unsigned long mem; member in struct:kexec_buf
H A Dswap.h334 extern unsigned long mem_cgroup_shrink_node_zone(struct mem_cgroup *mem,
362 extern int mem_cgroup_swappiness(struct mem_cgroup *mem);
364 static inline int mem_cgroup_swappiness(struct mem_cgroup *mem) argument
H A Dvmalloc.h54 extern void vm_unmap_ram(const void *mem, unsigned int count);
H A Dkvm_host.h508 struct kvm_userspace_memory_region *mem);
510 struct kvm_userspace_memory_region *mem);
518 struct kvm_userspace_memory_region *mem,
521 struct kvm_userspace_memory_region *mem,
H A Dmemory_hotplug.h266 extern bool is_memblock_offlined(struct memory_block *mem);
H A Di2o.h957 #define i2o_raw_writel(val, mem) __raw_writel(cpu_to_le32(val), mem)
/include/linux/spi/
H A Deeprom.h34 void (*setup)(struct memory_accessor *mem, void *context);
/include/net/
H A Dinet_frag.h7 /* The percpu_counter "mem" need to be cacheline aligned.
8 * mem.count must not share cacheline with other writers
10 struct percpu_counter mem ____cacheline_aligned_in_smp;
131 * fragmentation mem acct sizes.
132 * The mem size of a 64K fragment is approx:
139 return percpu_counter_read(&nf->mem);
144 __percpu_counter_add(&q->net->mem, -i, frag_percpu_counter_batch);
149 __percpu_counter_add(&q->net->mem, i, frag_percpu_counter_batch);
154 percpu_counter_init(&nf->mem, 0, GFP_KERNEL);
162 res = percpu_counter_sum_positive(&nf->mem);
[all...]
/include/uapi/linux/
H A Dkexec.h54 const void *mem; member in struct:kexec_segment
/include/ras/
H A Dras_event.h26 TP_PROTO(struct cper_sec_mem_err *mem,
32 TP_ARGS(mem, err_seq, fru_id, fru_text, sev),
47 if (mem->validation_bits & CPER_MEM_VALID_ERROR_TYPE)
48 __entry->etype = mem->error_type;
52 if (mem->validation_bits & CPER_MEM_VALID_PA)
53 __entry->pa = mem->physical_addr;
57 if (mem->validation_bits & CPER_MEM_VALID_PA_MASK)
58 __entry->pa_mask_lsb = (u8)__ffs64(mem->physical_addr_mask);
63 cper_mem_err_pack(mem, &__entry->data);
/include/drm/ttm/
H A Dttm_bo_driver.h188 * @mem: Pointer to a struct ttm_mem_reg to be filled in.
193 * @mem::mm_node should be set to a non-null value, and
194 * @mem::start should be set to a value identifying the beginning
196 * If the memory region accommodate the buffer object, @mem::mm_node
201 * Note that @mem::mm_node will only be dereferenced by
212 struct ttm_mem_reg *mem);
218 * @mem: Pointer to a struct ttm_mem_reg to be filled in.
221 * and that are identified by @mem::mm_node and @mem::start. May not
225 struct ttm_mem_reg *mem);
[all...]
H A Dttm_bo_api.h166 * @mem: structure describing current placement.
218 struct ttm_mem_reg mem; member in struct:ttm_buffer_object
367 * Add this bo to the relevant mem type lru and, if it's backed by
/include/video/
H A Dsh_mobile_meram.h44 unsigned long mem, size_t size);
65 unsigned long mem, size_t size)
64 sh_mobile_meram_free(struct sh_mobile_meram_info *meram_dev, unsigned long mem, size_t size) argument
H A Dw100fb.h122 struct w100_mem_info *mem; member in struct:w100fb_mach_info
/include/media/
H A Dsaa7146.h21 #define saa7146_write(sxy,adr,dat) writel((dat),(sxy->mem+(adr)))
22 #define saa7146_read(sxy,adr) readl(sxy->mem+(adr))
127 unsigned char __iomem *mem; /* pointer to mapped IO memory */ member in struct:saa7146_dev
174 void saa7146_vfree_destroy_pgtable(struct pci_dev *pci, void *mem, struct saa7146_pgtable *pt);
/include/pcmcia/
H A Dss.h130 int (*set_mem_map)(struct pcmcia_socket *s, struct pccard_mem_map *mem);
164 * Only if set to 1, calls to find_{io,mem}_region are handled, and
H A Dcistpl.h466 cistpl_mem_t mem; member in struct:cistpl_cftable_entry_t
486 u_char mem; member in struct:cistpl_cftable_entry_cb_t
/include/asm-generic/
H A Dvmlinux.lds.h82 #define MEM_KEEP(sec) *(.mem##sec)
86 #define MEM_DISCARD(sec) *(.mem##sec)

Completed in 366 milliseconds

12