]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
powerpc/booke: Only handle kernel page faults in KVA range
authorJustin Hibbits <jhibbits@FreeBSD.org>
Fri, 8 Nov 2019 04:26:19 +0000 (04:26 +0000)
committerJustin Hibbits <jhibbits@FreeBSD.org>
Fri, 8 Nov 2019 04:26:19 +0000 (04:26 +0000)
commit55073c7837899a9fa515033f3055ebe20407d161
treef055ad9d0c0b540df5e06c0eb714c453eb163c77
parentd3895bffd9ce4a32822f935527fd150f88b03103
powerpc/booke:  Only handle kernel page faults in KVA range

The memory range between VM_MAXUSER_ADDRESS and VM_MIN_KERNEL_ADDRESS is
reserved for devices currently, which are always mapped in TLB1, and
therefore do not exist in the kernel page table.  Any page fault in this
range is therefore automatically a fatal fault.
sys/powerpc/booke/trap_subr.S