Changeset View
Changeset View
Standalone View
Standalone View
sys/arm64/include/pmap.h
Show All 27 Lines | |||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | ||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | ||||
* SUCH DAMAGE. | * SUCH DAMAGE. | ||||
* | * | ||||
* $FreeBSD$ | * $FreeBSD$ | ||||
*/ | */ | ||||
#ifdef __arm__ | |||||
#include <arm/pmap.h> | |||||
#else /* !__arm__ */ | |||||
#ifndef _MACHINE_PMAP_H_ | #ifndef _MACHINE_PMAP_H_ | ||||
#define _MACHINE_PMAP_H_ | #define _MACHINE_PMAP_H_ | ||||
#include <machine/pte.h> | #include <machine/pte.h> | ||||
#ifndef LOCORE | #ifndef LOCORE | ||||
#include <sys/queue.h> | #include <sys/queue.h> | ||||
▲ Show 20 Lines • Show All 149 Lines • ▼ Show 20 Lines | |||||
void pmap_san_bootstrap(struct arm64_bootparams *); | void pmap_san_bootstrap(struct arm64_bootparams *); | ||||
#endif | #endif | ||||
#endif /* _KERNEL */ | #endif /* _KERNEL */ | ||||
#endif /* !LOCORE */ | #endif /* !LOCORE */ | ||||
#endif /* !_MACHINE_PMAP_H_ */ | #endif /* !_MACHINE_PMAP_H_ */ | ||||
#endif /* !__arm__ */ |