Home
last modified time | relevance | path

Searched refs:_SC_AVPHYS_PAGES (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/sys/
Dsysconf.h129 #define _SC_AVPHYS_PAGES 0x0063 macro
/bionic/libc/bionic/
Dsysconf.cpp146 case _SC_AVPHYS_PAGES: return get_avphys_pages(); in sysconf()
/bionic/tests/
Dunistd_test.cpp736 VERIFY_SYSCONF_POSITIVE(_SC_AVPHYS_PAGES); in TEST()