Lines Matching defs:pkey
795 unsigned long address, u32 pkey, int si_code)
830 force_sig_pkuerr((void __user *)address, pkey);
854 unsigned long address, u32 pkey, int si_code)
863 __bad_area_nosemaphore(regs, error_code, address, pkey, si_code);
902 * from the XSAVE state. This function captures the pkey from
911 * 1. T1 : mprotect_key(foo, PAGE_SIZE, pkey=4);
912 * 2. T1 : set PKRU to deny access to pkey=4, touches page
914 * 4. T2: mprotect_key(foo, PAGE_SIZE, pkey=5);
917 * faulted on a pte with its pkey=4.
919 u32 pkey = vma_pkey(vma);
921 __bad_area(regs, error_code, address, pkey, SEGV_PKUERR);