Home
last modified time | relevance | path

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

/system/core/trusty/apploader/fuzz/
Dapp_fuzzer.cpp46 static inline uintptr_t RoundPageUp(uintptr_t val) { in RoundPageUp() function
110 uint64_t shm_len = size ? RoundPageUp(size) : PAGE_SIZE; in LLVMFuzzerTestOneInput()
/system/core/trusty/confirmationui/
DTrustyApp.cpp33 static inline uintptr_t RoundPageUp(uintptr_t val) { in RoundPageUp() function
102 uint32_t shm_len = RoundPageUp(CONFIRMATIONUI_MAX_MSG_SIZE); in TrustyApp()
/system/core/trusty/coverage/
Dcoverage.cpp46 static inline uintptr_t RoundPageUp(uintptr_t val) { in RoundPageUp() function
139 shm_len_ = RoundPageUp(record_len_); in Open()