B_KERNEL_AREA
ADD_AREA_FLAG_IF_PRESENT(B_KERNEL_AREA, protection, "k", _output, "");
B_RANDOMIZED_BASE_ADDRESS, B_READ_AREA | B_EXECUTE_AREA | B_KERNEL_AREA,
B_READ_AREA | B_WRITE_AREA | B_KERNEL_AREA, 0, 0,
if ((area->protection & B_KERNEL_AREA) != 0) {
if (!kernel && (sourceArea->protection & B_KERNEL_AREA) != 0)
if (!kernel && (sourceArea->protection & B_KERNEL_AREA) != 0)
if (!kernel && (area->protection & B_KERNEL_AREA) != 0)
|| (area->protection & B_KERNEL_AREA) != 0)) {
&& (area->protection & B_KERNEL_AREA) != 0) {
|| (area->protection & B_KERNEL_AREA) != 0)) {
|| (info.protection & B_KERNEL_AREA) != 0)) {
if ((area->protection & B_KERNEL_AREA) != 0)