Lines Matching +full:read +full:- +full:to +full:- +full:read
14 // separate stack (the ring 0 stack). Seems easier to use the alt_stack
30 // no task on x86_64, save/restore caller-save regs
83 "read from user page with SMAP=1, AC=0, WP=0, PTE.U=1 && PTE.W=0"); in check_smap_nowp()
113 // Present the same 8MB as user pages in the 8MB-16MB range in main()
133 "write to supervisor page"); in main()
138 report(pf_count == 0, "read from user page with AC=1"); in main()
144 "read from user page with AC=0"); in main()
151 "write to user page with AC=1"); in main()
157 "read from user page with AC=0"); in main()
161 test = -1; in main()
174 "write to user stack with AC=1"); in main()
178 test = -1; in main()
185 report(pf_count == 1 && test == 45 && save == -1, in main()
186 "write to user stack with AC=0"); in main()
192 "1: jmp 2f - "xstr(USER_BASE)" \n" in main()