Deleted Added
full compact
pmap-v6.h (295168) pmap-v6.h (295206)
1/*-
2 * Copyright 2014 Svatopluk Kraus <onwahe@gmail.com>
3 * Copyright 2014 Michal Meloun <meloun@miracle.cz>
4 * Copyright (c) 1991 Regents of the University of California.
5 * All rights reserved.
6 *
7 * This code is derived from software contributed to Berkeley by
8 * the Systems Programming Group of the University of Utah Computer

--- 28 unchanged lines hidden (view full) ---

37 * map the page tables using the pagetables themselves. This is done to
38 * reduce the impact on kernel virtual memory for lots of sparse address
39 * space, and to reduce the cost of memory to each process.
40 *
41 * from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90
42 * from: @(#)pmap.h 7.4 (Berkeley) 5/12/91
43 * from: FreeBSD: src/sys/i386/include/pmap.h,v 1.70 2000/11/30
44 *
1/*-
2 * Copyright 2014 Svatopluk Kraus <onwahe@gmail.com>
3 * Copyright 2014 Michal Meloun <meloun@miracle.cz>
4 * Copyright (c) 1991 Regents of the University of California.
5 * All rights reserved.
6 *
7 * This code is derived from software contributed to Berkeley by
8 * the Systems Programming Group of the University of Utah Computer

--- 28 unchanged lines hidden (view full) ---

37 * map the page tables using the pagetables themselves. This is done to
38 * reduce the impact on kernel virtual memory for lots of sparse address
39 * space, and to reduce the cost of memory to each process.
40 *
41 * from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90
42 * from: @(#)pmap.h 7.4 (Berkeley) 5/12/91
43 * from: FreeBSD: src/sys/i386/include/pmap.h,v 1.70 2000/11/30
44 *
45 * $FreeBSD: head/sys/arm/include/pmap-v6.h 295168 2016-02-02 21:17:25Z skra $
45 * $FreeBSD: head/sys/arm/include/pmap-v6.h 295206 2016-02-03 12:11:07Z skra $
46 */
47
48#ifndef _MACHINE_PMAP_H_
49#define _MACHINE_PMAP_H_
50
51#include <sys/queue.h>
52#include <sys/_cpuset.h>
53#include <sys/_lock.h>

--- 191 unchanged lines hidden (view full) ---

245 */
246#define PMAP_DOMAIN_KERNEL 0 /* The kernel uses domain #0 */
247
248/*
249 * sys/arm/arm/cpufunc.c
250 */
251void vector_page_setprot(int);
252
46 */
47
48#ifndef _MACHINE_PMAP_H_
49#define _MACHINE_PMAP_H_
50
51#include <sys/queue.h>
52#include <sys/_cpuset.h>
53#include <sys/_lock.h>

--- 191 unchanged lines hidden (view full) ---

245 */
246#define PMAP_DOMAIN_KERNEL 0 /* The kernel uses domain #0 */
247
248/*
249 * sys/arm/arm/cpufunc.c
250 */
251void vector_page_setprot(int);
252
253#define PTE_DEVICE VM_MEMATTR_DEVICE
254
253#endif /* _KERNEL */
254// -----------------------------------------------------------------------------
255
256#endif /* !_MACHINE_PMAP_H_ */
255#endif /* _KERNEL */
256// -----------------------------------------------------------------------------
257
258#endif /* !_MACHINE_PMAP_H_ */