Home
last modified time | relevance | path

Searched refs:vbuf (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/include/mm/
H A Dcore_memprot.h66 bool core_vbuf_is(uint32_t flags, const void *vbuf, size_t len);
/optee_os/core/mm/
H A Dcore_mmu.c1742 bool core_vbuf_is(uint32_t attr, const void *vbuf, size_t len) in core_vbuf_is() argument
1750 p = virt_to_phys((void *)vbuf); in core_vbuf_is()