Searched refs:trampaddr (Results 1 – 1 of 1) sorted by relevance
76 vm_offset_t trampaddr; in kinst_trampchunk_alloc() local88 trampaddr = KERNBASE; in kinst_trampchunk_alloc()90 trampaddr = VM_MIN_KERNEL_ADDRESS; in kinst_trampchunk_alloc()97 error = vm_map_find(kernel_map, NULL, 0, &trampaddr, in kinst_trampchunk_alloc()105 error = kmem_back(kernel_object, trampaddr, KINST_TRAMPCHUNK_SIZE, in kinst_trampchunk_alloc()109 kinst_trampoline_fill((uint8_t *)trampaddr, KINST_TRAMPCHUNK_SIZE); in kinst_trampchunk_alloc()113 chunk->addr = (void *)trampaddr; in kinst_trampchunk_alloc()