commit | 76c714be0e5e60c935a53b31be58939510ba1d0f | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Fri Oct 30 18:56:19 2015 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Tue Dec 01 09:47:03 2015 +0000 |
tree | 106dcc2450ab8d83da0819c3362172d44f0cfca9 | |
parent | 9c4e08a3022b6df90d31ef4007291faabfce5431 [diff] |
arm64: pgtable: implement pte_accessible() This patch implements the pte_accessible() macro, which can be used to test whether or not a given pte is a candidate for allocation in the TLB. Reviewed-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>