Searched refs:known_bound (Results 1 – 1 of 1) sorted by relevance
990 user_addr_t known_bound = (xsecurity & PAGE_MASK) + KAUTH_FILESEC_SIZE(0); in kauth_copyinfilesec() local991 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()