Searched refs:frameb (Results 1 – 2 of 2) sorted by relevance
215 uintptr_t frameb[2]; local237 if (copyinframe(fp, (char*)frameb, TRUE) != 0) {239 if (copyinframe(fp, (char*)frameb) != 0) {247 bt[i] = ptrauth_strip((void*)frameb[1], ptrauth_key_return_address); // link register249 bt[i] = (void*)frameb[1]; // link register251 fp = frameb[0];
375 uintptr_t frameb[2]; in vm_test_kernel_object_fault() local384 ret = copyinframe((uintptr_t)stack, (char *)frameb, TRUE); in vm_test_kernel_object_fault()