Home
last modified time | relevance | path

Searched defs:mem (Results 1 – 25 of 48) sorted by relevance

12

/arch/alpha/include/asm/
Dcompiler.h93 #define __kernel_ldbu(mem) (mem) argument
94 #define __kernel_ldwu(mem) (mem) argument
95 #define __kernel_stb(val,mem) ((mem) = (val)) argument
96 #define __kernel_stw(val,mem) ((mem) = (val)) argument
98 #define __kernel_ldbu(mem) \ argument
103 #define __kernel_ldwu(mem) \ argument
108 #define __kernel_stb(val,mem) \ argument
111 #define __kernel_stw(val,mem) \ argument
/arch/avr32/kernel/
Dsetup.c80 struct resource *mem, *res; in resource_init() local
175 find_free_region(const struct resource *mem, resource_size_t size, in find_free_region()
199 struct resource *mem; in alloc_reserved_region() local
339 struct tag_mem_range *mem = &tag->u.mem_range; in parse_tag_rdimg() local
369 struct tag_mem_range *mem = &tag->u.mem_range; in parse_tag_rsvd_mem() local
429 find_bootmap_pfn(const struct resource *mem) in find_bootmap_pfn()
/arch/mips/sgi-ip22/
Dip22-mc.c43 struct mem { struct
54 struct mem bank[4]; in probe_memory() argument
/arch/um/sys-i386/
Duser-offsets.c15 #define OFFSET(sym, str, mem) \ argument
/arch/um/sys-x86_64/
Duser-offsets.c17 #define OFFSET(sym, str, mem) \ argument
/arch/um/sys-x86_64/shared/sysdep/
Dkernel-offsets.h17 #define OFFSET(sym, str, mem) \ argument
/arch/um/sys-i386/shared/sysdep/
Dkernel-offsets.h15 #define OFFSET(sym, str, mem) \ argument
/arch/s390/kvm/
Dpriv.c201 static void handle_stsi_3_2_2(struct kvm_vcpu *vcpu, struct sysinfo_3_2_2 *mem) in handle_stsi_3_2_2()
240 unsigned long mem; in handle_stsi() local
/arch/mips/bcm47xx/
Dprom.c128 unsigned long mem; in prom_init_mem() local
/arch/blackfin/kernel/
Dkgdb.c508 int kgdb_mem2hex(char *mem, char *buf, int count) in kgdb_mem2hex()
582 int kgdb_ebin2mem(char *buf, char *mem, int count) in kgdb_ebin2mem()
645 int kgdb_hex2mem(char *buf, char *mem, int count) in kgdb_hex2mem()
/arch/ia64/hp/sim/boot/
Dbootloader.c58 static char mem[4096]; in start_bootloader() local
/arch/um/kernel/skas/
Duaccess.c214 int __clear_user(void __user *mem, int len) in __clear_user()
219 int clear_user(void __user *mem, int len) in clear_user()
/arch/mips/include/asm/mach-jazz/
Dfloppy.h108 unsigned long mem; in fd_dma_mem_alloc() local
/arch/mips/include/asm/mach-generic/
Dfloppy.h119 unsigned long mem; in fd_dma_mem_alloc() local
/arch/x86/kernel/
Dmca_32.c245 static void *mca_dummy_transform_memory(struct mca_device *mca_dev, void *mem) in mca_dummy_transform_memory()
/arch/alpha/kernel/
Dcore_titan.c679 titan_agp_bind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) in titan_agp_bind_memory()
687 titan_agp_unbind_memory(alpha_agp_info *agp, off_t pg_start, struct agp_memory *mem) in titan_agp_unbind_memory()
/arch/powerpc/boot/
Dcuboot-pq2.c125 struct pci_range *mem = NULL, *mmio = NULL, in fixup_pci() local
/arch/cris/arch-v10/kernel/
Dkgdb.c682 mem2hex(char *buf, unsigned char *mem, int count) in mem2hex()
710 hex2mem (unsigned char *mem, char *buf, int count) in hex2mem()
727 bin2mem (unsigned char *mem, unsigned char *buf, int count) in bin2mem()
/arch/mn10300/kernel/
Dgdb-stub.c797 const u8 *mem = _mem; in mem2hex() local
856 u8 *mem = _mem; in hex2mem() local
/arch/powerpc/kernel/
Dprom.c229 static void *__init unflatten_dt_alloc(unsigned long *mem, unsigned long size, in unflatten_dt_alloc()
241 static unsigned long __init unflatten_dt_node(unsigned long mem, in unflatten_dt_node()
470 unsigned long start, mem, size; in unflatten_device_tree() local
/arch/m68k/kernel/
Dsetup.c474 unsigned long mem; in hardware_proc_show() local
/arch/powerpc/boot/dtc-src/
Ddata.c59 struct data data_copy_mem(const char *mem, int len) in data_copy_mem()
/arch/cris/arch-v32/kernel/
Dkgdb.c665 mem2hex(char *buf, unsigned char *mem, int count) in mem2hex()
690 mem2hex_nbo(char *buf, unsigned char *mem, int count) in mem2hex_nbo()
710 hex2mem(unsigned char *mem, char *buf, int count) in hex2mem()
727 bin2mem(unsigned char *mem, unsigned char *buf, int count) in bin2mem()
/arch/ia64/include/asm/sn/
Dgeo.h73 geo_mem_t mem; member
/arch/arm/common/
Dscoop.c213 struct resource *mem = platform_get_resource(pdev, IORESOURCE_MEM, 0); in scoop_probe() local

12