Home
last modified time | relevance | path

Searched refs:bsd_get_ncpu (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_elf.h27 #define bsd_get_ncpu() 1 /* until we pull in bsd-proc.[hc] */ macro
113 NEW_AUX_ENT(FREEBSD_AT_NCPUS, (abi_ulong)bsd_get_ncpu()); in target_create_elf_tables()
H A Dos-sys.c108 #define bsd_get_ncpu() 1 macro
311 (*(abi_int *)holdp) = tswap32(bsd_get_ncpu()); in do_freebsd_sysctl_oid()
/openbmc/qemu/bsd-user/
H A Dbsd-proc.c122 int bsd_get_ncpu(void) in bsd_get_ncpu() function
H A Dbsd-proc.h30 int bsd_get_ncpu(void);