Home
last modified time | relevance | path

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

/optee_os/core/include/mm/
H A Dpgt_cache.h84 static inline void pgt_init(void) { } in pgt_init() function
86 void pgt_init(void);
/optee_os/core/mm/
H A Dpgt_cache.c370 void pgt_init(void) in pgt_init() function
386 void pgt_init(void) in pgt_init() function
410 void pgt_init(void) in pgt_init() function
/optee_os/core/kernel/
H A Dthread.c599 pgt_init(); in thread_init_threads()