cpuinfo.h (23460839b983d5d8d47fe90f341599f66523dd81) cpuinfo.h (edebea98777d7090ea14bdce2e38e6798557729d)
1/*
2 * Copyright (C) 2011 Tobias Klauser <tklauser@distanz.ch>
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *

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

25 /* Core CPU configuration */
26 char cpu_impl[12];
27 u32 cpu_clock_freq;
28 bool mmu;
29 bool has_div;
30 bool has_mul;
31 bool has_mulx;
32 bool has_bmx;
1/*
2 * Copyright (C) 2011 Tobias Klauser <tklauser@distanz.ch>
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *

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

25 /* Core CPU configuration */
26 char cpu_impl[12];
27 u32 cpu_clock_freq;
28 bool mmu;
29 bool has_div;
30 bool has_mul;
31 bool has_mulx;
32 bool has_bmx;
33 bool has_cdx;
33
34 /* CPU caches */
35 u32 icache_line_size;
36 u32 icache_size;
37 u32 dcache_line_size;
38 u32 dcache_size;
39
40 /* TLB */

--- 18 unchanged lines hidden ---
34
35 /* CPU caches */
36 u32 icache_line_size;
37 u32 icache_size;
38 u32 dcache_line_size;
39 u32 dcache_size;
40
41 /* TLB */

--- 18 unchanged lines hidden ---