In most of the places we used ADDR_IS_KERNEL to decide which address
space was being used it was to see if the address was for userspace.
To make the checks more descriptive add ADDR_IS_USER rather than
checking for not ADDR_IS_KERNEL.
Sponsored by: Arm Ltd