File tree Expand file tree Collapse file tree 16 files changed +32
-16
lines changed Expand file tree Collapse file tree 16 files changed +32
-16
lines changed Original file line number Diff line number Diff line change 28
28
not, see <http://www.gnu.org/licenses/>.
29
29
*/
30
30
31
+ #include "addrxlat-priv.h"
32
+
31
33
#include <stdlib.h>
32
34
#include <string.h>
33
35
34
- #include "addrxlat-priv.h"
35
36
#include <linux/version.h>
36
37
37
38
/** Maximum virtual address bits (architectural limit). */
Original file line number Diff line number Diff line change 28
28
not, see <http://www.gnu.org/licenses/>.
29
29
*/
30
30
31
- #include <stdint.h>
32
-
33
31
#include "addrxlat-priv.h"
34
32
33
+ #include <stdint.h>
34
+
35
35
/* Maximum physical address bits (architectural limit) */
36
36
#define PHYSADDR_BITS_MAX 40
37
37
#define PHYSADDR_MASK ADDR_MASK(PHYSADDR_BITS_MAX)
Original file line number Diff line number Diff line change 28
28
not, see <http://www.gnu.org/licenses/>.
29
29
*/
30
30
31
+ #include "addrxlat-priv.h"
32
+
31
33
#include <stdlib.h>
32
34
#include <string.h>
33
35
#include <stdarg.h>
34
36
35
- #include "addrxlat-priv.h"
36
-
37
37
/** Maximum length of the static error message. */
38
38
#define ERRBUF 64
39
39
Original file line number Diff line number Diff line change 28
28
not, see <http://www.gnu.org/licenses/>.
29
29
*/
30
30
31
+ #include "addrxlat-priv.h"
32
+
31
33
#include <stdint.h>
32
34
#include <string.h>
33
35
#include <stdlib.h>
34
36
35
- #include "addrxlat-priv.h"
36
-
37
37
#define PGD_PSE_HIGH_SHIFT 13
38
38
#define PGD_PSE_HIGH_BITS 8
39
39
#define PGD_PSE_HIGH_MASK ADDR_MASK(PGD_PSE_HIGH_BITS)
Original file line number Diff line number Diff line change 28
28
not, see <http://www.gnu.org/licenses/>.
29
29
*/
30
30
31
+ #include "addrxlat-priv.h"
32
+
31
33
#include <stdlib.h>
32
34
#include <string.h>
33
35
34
- #include "addrxlat-priv.h"
35
-
36
36
DEFINE_ALIAS (map_new );
37
37
38
38
addrxlat_map_t *
Original file line number Diff line number Diff line change 28
28
not, see <http://www.gnu.org/licenses/>.
29
29
*/
30
30
31
+ #include "addrxlat-priv.h"
32
+
31
33
#include <stdlib.h>
32
34
#include <string.h>
33
35
34
- #include "addrxlat-priv.h"
35
36
#include <linux/version.h>
36
37
37
38
/** Maximum physical address bits (architectural limit) */
Original file line number Diff line number Diff line change 28
28
not, see <http://www.gnu.org/licenses/>.
29
29
*/
30
30
31
- #include <string.h>
32
-
33
31
#include "addrxlat-priv.h"
34
32
33
+ #include <string.h>
34
+
35
35
int
36
36
addrxlat_pteval_shift (addrxlat_pte_format_t fmt )
37
37
{
Original file line number Diff line number Diff line change 28
28
not, see <http://www.gnu.org/licenses/>.
29
29
*/
30
30
31
+ #include "addrxlat-priv.h"
32
+
31
33
#include <stdlib.h>
32
34
#include <string.h>
33
35
34
- #include "addrxlat-priv.h"
35
-
36
36
addrxlat_sys_t *
37
37
addrxlat_sys_new (void )
38
38
{
Original file line number Diff line number Diff line change 28
28
not, see <http://www.gnu.org/licenses/>.
29
29
*/
30
30
31
- #include <stdlib.h>
32
-
33
31
#include "addrxlat-priv.h"
34
32
33
+ #include <stdlib.h>
34
+
35
35
/* Maximum physical address bits (architectural limit) */
36
36
#define PHYSADDR_BITS_MAX 52
37
37
#define PHYSADDR_MASK ADDR_MASK(PHYSADDR_BITS_MAX)
Original file line number Diff line number Diff line change 31
31
#ifndef _ERRMSG_H
32
32
#define _ERRMSG_H 1
33
33
34
+ #include "config.h"
35
+
34
36
#include <stdlib.h>
35
37
#include <string.h>
36
38
#include <stdarg.h>
You can’t perform that action at this time.
0 commit comments