Searched refs:physmem (Results 1 - 16 of 16) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dphysmem.c113 double pages = realmem.physmem;
122 int physmem; local
124 if (getsysinfo (GSI_PHYSMEM, (caddr_t) &physmem, sizeof (physmem),
127 double kbytes = physmem;
137 unsigned int physmem; local
138 size_t len = sizeof physmem;
141 if (sysctl (mib, ARRAY_SIZE (mib), &physmem, &len, NULL, 0) == 0
142 && len == sizeof (physmem))
143 return (double) physmem;
[all...]
H A DMakefile.in144 physmem.c putenv.c \
170 ./partition.o ./pexecute.o ./physmem.o \
896 ./physmem.o: $(srcdir)/physmem.c stamp-h $(INCDIR)/ansidecl.h \
899 $(COMPILE.c) $(PICFLAG) $(srcdir)/physmem.c -o pic/$@; \
901 $(COMPILE.c) $(srcdir)/physmem.c $(OUTPUT_OPTION)
H A Dconfigure7366 # contain the `physmem' member.
7379 double x = _system_configuration.physmem;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dphysmem.c113 double pages = realmem.physmem;
122 int physmem; local
124 if (getsysinfo (GSI_PHYSMEM, (caddr_t) &physmem, sizeof (physmem),
127 double kbytes = physmem;
137 unsigned int physmem; local
138 size_t len = sizeof physmem;
141 if (sysctl (mib, ARRAY_SIZE (mib), &physmem, &len, NULL, 0) == 0
142 && len == sizeof (physmem))
143 return (double) physmem;
[all...]
H A DMakefile.in144 physmem.c putenv.c \
170 ./partition.o ./pexecute.o ./physmem.o \
896 ./physmem.o: $(srcdir)/physmem.c stamp-h $(INCDIR)/ansidecl.h \
899 $(COMPILE.c) $(PICFLAG) $(srcdir)/physmem.c -o pic/$@; \
901 $(COMPILE.c) $(srcdir)/physmem.c $(OUTPUT_OPTION)
H A Dconfigure7366 # contain the `physmem' member.
7379 double x = _system_configuration.physmem;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dphysmem.c113 double pages = realmem.physmem;
122 int physmem; local
124 if (getsysinfo (GSI_PHYSMEM, (caddr_t) &physmem, sizeof (physmem),
127 double kbytes = physmem;
137 unsigned int physmem; local
138 size_t len = sizeof physmem;
141 if (sysctl (mib, ARRAY_SIZE (mib), &physmem, &len, NULL, 0) == 0
142 && len == sizeof (physmem))
143 return (double) physmem;
[all...]
H A DMakefile.in144 physmem.c putenv.c \
170 ./partition.o ./pexecute.o ./physmem.o \
896 ./physmem.o: $(srcdir)/physmem.c stamp-h $(INCDIR)/ansidecl.h \
899 $(COMPILE.c) $(PICFLAG) $(srcdir)/physmem.c -o pic/$@; \
901 $(COMPILE.c) $(srcdir)/physmem.c $(OUTPUT_OPTION)
H A Dconfigure7366 # contain the `physmem' member.
7379 double x = _system_configuration.physmem;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/include/shared/
H A Dmem_user.h52 extern int init_maps(unsigned long physmem, unsigned long iomem,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/include/shared/
H A Dmem_user.h52 extern int init_maps(unsigned long physmem, unsigned long iomem,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/kernel/
H A DMakefile13 physmem.o process.o ptrace.o reboot.o sigio.o \
H A Dphysmem.c23 int __init init_maps(unsigned long physmem, unsigned long iomem, argument
31 phys_pages = physmem >> PAGE_SHIFT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/kernel/
H A DMakefile13 physmem.o process.o ptrace.o reboot.o sigio.o \
H A Dphysmem.c23 int __init init_maps(unsigned long physmem, unsigned long iomem, argument
31 phys_pages = physmem >> PAGE_SHIFT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/xz/src/common/
H A Dtuklib_physmem.c123 ret = _system_configuration.physmem;

Completed in 283 milliseconds