Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/kern/
H A Dkern_authorization.c990 user_addr_t known_bound = (xsecurity & PAGE_MASK) + KAUTH_FILESEC_SIZE(0); in kauth_copyinfilesec() local
991 user_addr_t uaddr = (user_addr_t)mach_vm_round_page(known_bound); in kauth_copyinfilesec()
992 count = (uaddr - known_bound) / sizeof(struct kauth_ace); in kauth_copyinfilesec()