Home
last modified time | relevance | path

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

/src/sys/arm64/arm64/
H A Dexec_machdep.c715 vm_offset_t ctx_addr; in sendsig_ctx_end() local
718 ctx_addr = *addrp; in sendsig_ctx_end()
724 if (copyout(&end_ctx, (void *)ctx_addr, sizeof(end_ctx)) != 0) in sendsig_ctx_end()
736 vm_offset_t ctx_addr; in sendsig_ctx_sve() local
750 ctx_addr = *addrp; in sendsig_ctx_sve()
759 if (copyout(&ctx, (void *)ctx_addr, sizeof(ctx)) != 0) in sendsig_ctx_sve()
761 if (copyout(pcb->pcb_svesaved, (void *)(ctx_addr + sizeof(ctx)), in sendsig_ctx_sve()