Searched refs:low (Results 1 - 2 of 2) sorted by relevance

/security/
H A DKconfig109 This is the portion of low virtual memory which should be protected
110 from userspace allocation. Keeping a user from writing to low pages
117 this low address space will need the permission specific to the
/security/selinux/
H A Dhooks.c4161 int low, high; local
4163 inet_get_local_port_range(sock_net(sk), &low, &high); local
4165 if (snum < max(PROT_SOCK, low) || snum > high) {

Completed in 159 milliseconds