Home
last modified time | relevance | path

Searched defs:sysinfo (Results 1 – 25 of 76) sorted by relevance

1234

/openbmc/linux/include/uapi/linux/
H A Dsysinfo.h8 struct sysinfo { struct
9 __kernel_long_t uptime; /* Seconds since boot */
12 __kernel_ulong_t freeram; /* Available memory size */
13 __kernel_ulong_t sharedram; /* Amount of shared memory */
14 __kernel_ulong_t bufferram; /* Memory used by buffers */
15 __kernel_ulong_t totalswap; /* Total swap space size */
16 __kernel_ulong_t freeswap; /* swap space still available */
17 __u16 procs; /* Number of current processes */
18 __u16 pad; /* Explicit padding for m68k */
19 __kernel_ulong_t totalhigh; /* Total high memory size */
[all …]
/openbmc/qemu/include/standard-headers/linux/
H A Dsysinfo.h8 struct sysinfo { struct
9 long uptime; /* Seconds since boot */
12 unsigned long freeram; /* Available memory size */
13 unsigned long sharedram; /* Amount of shared memory */
14 unsigned long bufferram; /* Memory used by buffers */
15 unsigned long totalswap; /* Total swap space size */
16 unsigned long freeswap; /* swap space still available */
17 uint16_t procs; /* Number of current processes */
18 uint16_t pad; /* Explicit padding for m68k */
19 unsigned long totalhigh; /* Total high memory size */
[all …]
/openbmc/u-boot/board/liebherr/display5/
H A Dspl.c121 static void spl_dram_print_cal(struct mx6_ddr_sysinfo const *sysinfo) in spl_dram_print_cal()
141 static void spl_dram_perform_cal(struct mx6_ddr_sysinfo const *sysinfo) in spl_dram_perform_cal()
165 struct mx6_ddr_sysinfo sysinfo = { in spl_dram_init() local
/openbmc/u-boot/board/k+p/kp_imx6q_tpc/
H A Dkp_imx6q_tpc_spl.c184 static void spl_dram_print_cal(struct mx6_ddr_sysinfo const *sysinfo) in spl_dram_print_cal()
204 static void spl_dram_perform_cal(struct mx6_ddr_sysinfo const *sysinfo) in spl_dram_perform_cal()
228 struct mx6_ddr_sysinfo sysinfo = { in spl_dram_init() local
/openbmc/u-boot/arch/arm/mach-imx/mx6/
H A Dddr.c104 int mmdc_do_write_level_calibration(struct mx6_ddr_sysinfo const *sysinfo) in mmdc_do_write_level_calibration()
248 int mmdc_do_dqs_calibration(struct mx6_ddr_sysinfo const *sysinfo) in mmdc_do_dqs_calibration()
992 void mx6_lpddr2_cfg(const struct mx6_ddr_sysinfo *sysinfo, in mx6_lpddr2_cfg()
1221 void mx6_ddr3_cfg(const struct mx6_ddr_sysinfo *sysinfo, in mx6_ddr3_cfg()
1526 void mmdc_read_calibration(struct mx6_ddr_sysinfo const *sysinfo, in mmdc_read_calibration()
1549 void mx6_dram_cfg(const struct mx6_ddr_sysinfo *sysinfo, in mx6_dram_cfg()
/openbmc/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-sysinfo.c40 static struct cvmx_sysinfo sysinfo; /* system information */ variable
/openbmc/u-boot/board/corscience/tricorder/
H A Dtricorder.h13 const omap3_sysinfo sysinfo = { variable
/openbmc/u-boot/board/ti/am3517crane/
H A Dam3517crane.h15 const omap3_sysinfo sysinfo = { variable
/openbmc/u-boot/board/logicpd/am3517evm/
H A Dam3517evm.h16 const omap3_sysinfo sysinfo = { variable
/openbmc/u-boot/board/8dtech/eco5pk/
H A Deco5pk.h15 const omap3_sysinfo sysinfo = { variable
/openbmc/u-boot/board/htkw/mcx/
H A Dmcx.h11 const omap3_sysinfo sysinfo = { variable
/openbmc/u-boot/board/technexion/tao3530/
H A Dtao3530.h9 const omap3_sysinfo sysinfo = { variable
/openbmc/u-boot/board/timll/devkit8000/
H A Ddevkit8000.h12 const omap3_sysinfo sysinfo = { variable
/openbmc/u-boot/board/pandora/
H A Dpandora.h9 const omap3_sysinfo sysinfo = { variable
/openbmc/u-boot/board/quipos/cairo/
H A Dcairo.h13 const omap3_sysinfo sysinfo = { variable
/openbmc/u-boot/board/freescale/p1_twr/
H A Dddr.c18 sys_info_t sysinfo; in fixed_sdram() local
/openbmc/u-boot/board/ti/evm/
H A Devm.h9 const omap3_sysinfo sysinfo = { variable
/openbmc/u-boot/board/logicpd/zoom1/
H A Dzoom1.h13 const omap3_sysinfo sysinfo = { variable
/openbmc/u-boot/board/teejet/mt_ventoux/
H A Dmt_ventoux.h13 const omap3_sysinfo sysinfo = { variable
/openbmc/u-boot/board/barco/platinum/
H A Dspl_titanium.c120 struct mx6_ddr_sysinfo sysinfo = { in spl_dram_init() local
H A Dspl_picon.c117 struct mx6_ddr_sysinfo sysinfo = { in spl_dram_init() local
/openbmc/u-boot/board/logicpd/omap3som/
H A Domap3logic.h23 const omap3_sysinfo sysinfo = { variable
/openbmc/u-boot/board/technexion/twister/
H A Dtwister.h12 const omap3_sysinfo sysinfo = { variable
/openbmc/u-boot/board/overo/
H A Dovero.h9 const omap3_sysinfo sysinfo = { variable
/openbmc/u-boot/board/ti/sdp4430/
H A Dsdp.c17 const struct omap_sysinfo sysinfo = { variable

1234