Searched refs:sysinfo (Results 1 - 17 of 17) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/linux/
H A Dsysinfo.c1 #include <sys/sysinfo.h>
5 int __lsysinfo(struct sysinfo *info)
10 weak_alias(__lsysinfo, sysinfo);
/seL4-refos-master/libs/libmuslc/include/sys/
H A Dsysinfo.h10 struct sysinfo { struct
26 int sysinfo (struct sysinfo *);
/seL4-refos-master/libs/libmuslc/src/legacy/
H A Dgetloadavg.c3 #include <sys/sysinfo.h>
7 struct sysinfo si;
9 sysinfo(&si);
/seL4-refos-master/libs/libmuslc/src/conf/
H A Dlegacy.c1 #include <sys/sysinfo.h>
H A Dsysconf.c6 #include <sys/sysinfo.h>
202 int __lsysinfo(struct sysinfo *);
203 struct sysinfo si;
/seL4-refos-master/libs/libmuslc/src/linux/x32/
H A Dsysinfo.c1 #include <sys/sysinfo.h>
24 int __lsysinfo(struct sysinfo *info)
50 weak_alias(__lsysinfo, sysinfo);
/seL4-refos-master/libs/libsel4utils/include/sel4utils/
H A Dprocess_config.h30 /* otherwise what is the entry point and sysinfo? */
32 uintptr_t sysinfo; member in struct:__anon3
98 uintptr_t sysinfo)
102 config.sysinfo = sysinfo;
97 process_config_noelf(sel4utils_process_config_t config, void *entry_point, uintptr_t sysinfo) argument
H A Dprocess.h45 uintptr_t sysinfo; member in struct:__anon638
/seL4-refos-master/projects/seL4_libs/libsel4utils/include/sel4utils/
H A Dprocess_config.h30 /* otherwise what is the entry point and sysinfo? */
32 uintptr_t sysinfo; member in struct:__anon4
98 uintptr_t sysinfo)
102 config.sysinfo = sysinfo;
97 process_config_noelf(sel4utils_process_config_t config, void *entry_point, uintptr_t sysinfo) argument
H A Dprocess.h45 uintptr_t sysinfo; member in struct:__anon804
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dpthread_impl.h18 uintptr_t sysinfo; member in struct:pthread
/seL4-refos-master/libs/libsel4utils/src/
H A Dprocess.c307 if (process->sysinfo) {
309 auxv[6].a_un.a_val = process->sysinfo;
585 process->sysinfo = sel4utils_elf_get_vsyscall(&elf);
597 process->sysinfo = config.sysinfo;
/seL4-refos-master/projects/seL4_libs/libsel4utils/src/
H A Dprocess.c307 if (process->sysinfo) {
309 auxv[6].a_un.a_val = process->sysinfo;
585 process->sysinfo = sel4utils_elf_get_vsyscall(&elf);
597 process->sysinfo = config.sysinfo;
/seL4-refos-master/projects/refos/impl/apps/selfloader/src/
H A Dselfloader.c365 uintptr_t sysinfo = __vsyscall_ptr; local
387 Elf_auxv_t auxv[] = { {.a_type = AT_SYSINFO, .a_un = {sysinfo} } };
/seL4-refos-master/apps/selfloader/src/
H A Dselfloader.c365 uintptr_t sysinfo = __vsyscall_ptr; local
387 Elf_auxv_t auxv[] = { {.a_type = AT_SYSINFO, .a_un = {sysinfo} } };
/seL4-refos-master/projects/refos/impl/apps/process_server/src/system/process/
H A Dprocess.c259 n_process.sysinfo = sysInfo;
599 n_process.sysinfo = 0;
/seL4-refos-master/apps/process_server/src/system/process/
H A Dprocess.c259 n_process.sysinfo = sysInfo;
599 n_process.sysinfo = 0;

Completed in 93 milliseconds