/arch/alpha/include/asm/ |
D | compiler.h | 93 #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/ |
D | setup.c | 80 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/ |
D | ip22-mc.c | 43 struct mem { struct 54 struct mem bank[4]; in probe_memory() argument
|
/arch/um/sys-i386/ |
D | user-offsets.c | 15 #define OFFSET(sym, str, mem) \ argument
|
/arch/um/sys-x86_64/ |
D | user-offsets.c | 17 #define OFFSET(sym, str, mem) \ argument
|
/arch/um/sys-x86_64/shared/sysdep/ |
D | kernel-offsets.h | 17 #define OFFSET(sym, str, mem) \ argument
|
/arch/um/sys-i386/shared/sysdep/ |
D | kernel-offsets.h | 15 #define OFFSET(sym, str, mem) \ argument
|
/arch/s390/kvm/ |
D | priv.c | 201 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/ |
D | prom.c | 128 unsigned long mem; in prom_init_mem() local
|
/arch/blackfin/kernel/ |
D | kgdb.c | 508 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/ |
D | bootloader.c | 58 static char mem[4096]; in start_bootloader() local
|
/arch/um/kernel/skas/ |
D | uaccess.c | 214 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/ |
D | floppy.h | 108 unsigned long mem; in fd_dma_mem_alloc() local
|
/arch/mips/include/asm/mach-generic/ |
D | floppy.h | 119 unsigned long mem; in fd_dma_mem_alloc() local
|
/arch/x86/kernel/ |
D | mca_32.c | 245 static void *mca_dummy_transform_memory(struct mca_device *mca_dev, void *mem) in mca_dummy_transform_memory()
|
/arch/alpha/kernel/ |
D | core_titan.c | 679 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/ |
D | cuboot-pq2.c | 125 struct pci_range *mem = NULL, *mmio = NULL, in fixup_pci() local
|
/arch/cris/arch-v10/kernel/ |
D | kgdb.c | 682 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/ |
D | gdb-stub.c | 797 const u8 *mem = _mem; in mem2hex() local 856 u8 *mem = _mem; in hex2mem() local
|
/arch/powerpc/kernel/ |
D | prom.c | 229 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/ |
D | setup.c | 474 unsigned long mem; in hardware_proc_show() local
|
/arch/powerpc/boot/dtc-src/ |
D | data.c | 59 struct data data_copy_mem(const char *mem, int len) in data_copy_mem()
|
/arch/cris/arch-v32/kernel/ |
D | kgdb.c | 665 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/ |
D | geo.h | 73 geo_mem_t mem; member
|
/arch/arm/common/ |
D | scoop.c | 213 struct resource *mem = platform_get_resource(pdev, IORESOURCE_MEM, 0); in scoop_probe() local
|