Home
last modified time | relevance | path

Searched refs:systemInfo (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/arch/hpc/stand/hpcboot/mips/
H A Dmips_vr41.cpp62 VR41XX::systemInfo() in systemInfo() function in VR41XX
64 MIPSArchitecture::systemInfo(); in systemInfo()
H A Dmips_tx39.cpp62 TX39XX::systemInfo() in systemInfo() function in TX39XX
64 MIPSArchitecture::systemInfo(); in systemInfo()
H A Dmips_arch.cpp51 MIPSArchitecture::systemInfo() in systemInfo() function in MIPSArchitecture
54 Architecture::systemInfo(); in systemInfo()
H A Dmips_vr41.h43 virtual void systemInfo(void);
H A Dmips_tx39.h43 virtual void systemInfo(void);
H A Dmips_arch.h53 virtual void systemInfo(void);
/netbsd-src/sys/arch/hpc/stand/hpcboot/arm/
H A Darm_arch.cpp48 ARMArchitecture::systemInfo(void) in systemInfo() function in ARMArchitecture
50 Architecture::systemInfo(); in systemInfo()
H A Darm_arch.h55 void systemInfo(void);
/netbsd-src/sys/arch/hpc/stand/hpcboot/sh3/
H A Dsh_arch.cpp74 SHArchitecture::systemInfo() in systemInfo() function in SHArchitecture
78 super::systemInfo(); in systemInfo()
H A Dsh_arch.h66 virtual void systemInfo(void);
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Darch.h66 virtual void systemInfo(void);
H A Darch.cpp121 Architecture::systemInfo(void) in systemInfo() function in Architecture
H A Dhpcboot.cpp135 f._arch->systemInfo(); in hpcboot()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dmem_sec.c418 SYSTEM_INFO systemInfo; in sh_init() local
492 GetSystemInfo(&systemInfo); in sh_init()
493 pgsize = (size_t)systemInfo.dwPageSize; in sh_init()