Searched refs:secure (Results 1 - 10 of 10) sorted by relevance

/seL4-test-master/projects/musllibc/src/misc/
H A Dissetugid.c6 return libc.secure;
H A Dgetauxval.c8 if (item == AT_SECURE) return libc.secure;
/seL4-test-master/projects/musllibc/src/internal/
H A Dlibc.h23 int secure; member in struct:__libc
/seL4-test-master/projects/musllibc/src/env/
H A D__libc_start_main.c53 libc.secure = 1;
/seL4-test-master/projects/musllibc/src/locale/
H A Dlocale_map.c68 if (!libc.secure) path = getenv("MUSL_LOCPATH");
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/am335x/
H A Dlwiplib.h225 u32_t secure; member in struct:cpsw_switch_param
/seL4-test-master/kernel/manual/parts/
H A Dintro.tex12 a secure, safe, and reliable foundation for systems in a wide variety of
H A Dio.tex195 non-secure EL0, EL1 first and second stage translations, Hyp mode translations
196 or secure mode translations. It is possible to associate different StreamIDs
/seL4-test-master/projects/musllibc/src/time/
H A D__tz.c149 * pathame beginning with "."; in secure mode, only the
154 if (!libc.secure || !strcmp(s, "/etc/localtime"))
/seL4-test-master/projects/musllibc/ldso/
H A Ddynlink.c772 if (libc.secure)
1412 libc.secure = ((aux[0]&0x7800)!=0x7800 || aux[AT_UID]!=aux[AT_EUID]
1425 if (!libc.secure) {

Completed in 156 milliseconds