Home
last modified time | relevance | path

Searched refs:tomoyo_memory_ok (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dmemory.c47 bool tomoyo_memory_ok(void *ptr) in tomoyo_memory_ok() function
78 if (tomoyo_memory_ok(ptr)) { in tomoyo_commit_ok()
174 if (tomoyo_memory_ok(ptr)) { in tomoyo_get_name()
H A Ddomain.c482 if (!ptr && tomoyo_memory_ok(entry)) { in tomoyo_assign_namespace()
H A Dcommon.h940 bool tomoyo_memory_ok(void *ptr);
H A Dcondition.c428 if (tomoyo_memory_ok(entry)) { in tomoyo_commit_condition()
H A Dcommon.c505 if (!ptr && tomoyo_memory_ok(entry)) { in tomoyo_assign_profile()