Home
last modified time | relevance | path

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

/xnu-11215/osfmk/arm/pmap/
H A Dpmap.c14038 pmap_cs_ce_acceleration_buffer_t *acceleration_buf = NULL; local
14118 acceleration_buf = (void*)phystokv(phys_addr);
14121 assert((aligned_buf & PAGE_MASK) == ((vm_address_t)acceleration_buf & PAGE_MASK));
14123 acceleration_buf->allocated = false;
14135 acceleration_buf = (void*)bucket->blob;
14143 acceleration_buf = (void*)phystokv(phys_addr);
14144 pmap_cs_log_debug("[alloc] acceleration buffer thru page: %p", acceleration_buf);
14146 acceleration_buf->allocated = true;
14148 acceleration_buf->magic = PMAP_CS_ACCELERATION_BUFFER_MAGIC;
14149 acceleration_buf->length = acceleration_length;
[all …]