mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-22 02:16:44 +00:00
parent
e3c262579d
commit
2a503d3599
@ -11,8 +11,8 @@
|
|||||||
* under the terms of the GNU General Public License version 2.
|
* under the terms of the GNU General Public License version 2.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _CPU__ARM_H_
|
#ifndef _PROCESSOR_DRIVER__ARM_H_
|
||||||
#define _CPU__ARM_H_
|
#define _PROCESSOR_DRIVER__ARM_H_
|
||||||
|
|
||||||
/* Genode includes */
|
/* Genode includes */
|
||||||
#include <util/register.h>
|
#include <util/register.h>
|
||||||
@ -652,5 +652,5 @@ namespace Arm
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* _CPU__ARM_H_ */
|
#endif /* _PROCESSOR_DRIVER__ARM_H_ */
|
||||||
|
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
* under the terms of the GNU General Public License version 2.
|
* under the terms of the GNU General Public License version 2.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _CPU__ARM_V6_H_
|
#ifndef _PROCESSOR_DRIVER__ARM_V6_H_
|
||||||
#define _CPU__ARM_V6_H_
|
#define _PROCESSOR_DRIVER__ARM_V6_H_
|
||||||
|
|
||||||
/* Genode includes */
|
/* Genode includes */
|
||||||
#include <base/printf.h>
|
#include <base/printf.h>
|
||||||
@ -227,5 +227,5 @@ void Arm::Cpu::flush_data_caches()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif /* _CPU__ARM_V6_H_ */
|
#endif /* _PROCESSOR_DRIVER__ARM_V6_H_ */
|
||||||
|
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
* under the terms of the GNU General Public License version 2.
|
* under the terms of the GNU General Public License version 2.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _CPU__ARM_V7_H_
|
#ifndef _PROCESSOR_DRIVER__ARM_V7_H_
|
||||||
#define _CPU__ARM_V7_H_
|
#define _PROCESSOR_DRIVER__ARM_V7_H_
|
||||||
|
|
||||||
/* core includes */
|
/* core includes */
|
||||||
#include <processor_driver/arm.h>
|
#include <processor_driver/arm.h>
|
||||||
@ -330,5 +330,5 @@ Arm::Cpu::Psr::access_t Arm::Cpu::Psr::init_user_with_trustzone()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif /* _CPU__ARM_V7_H_ */
|
#endif /* _PROCESSOR_DRIVER__ARM_V7_H_ */
|
||||||
|
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
* under the terms of the GNU General Public License version 2.
|
* under the terms of the GNU General Public License version 2.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _CPU__CORTEX_A15_H_
|
#ifndef _PROCESSOR_DRIVER__CORTEX_A15_H_
|
||||||
#define _CPU__CORTEX_A15_H_
|
#define _PROCESSOR_DRIVER__CORTEX_A15_H_
|
||||||
|
|
||||||
/* Genode includes */
|
/* Genode includes */
|
||||||
#include <util/register.h>
|
#include <util/register.h>
|
||||||
@ -40,5 +40,5 @@ namespace Cortex_a15
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* _CPU__CORTEX_A15_H_ */
|
#endif /* _PROCESSOR_DRIVER__CORTEX_A15_H_ */
|
||||||
|
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
* under the terms of the GNU General Public License version 2.
|
* under the terms of the GNU General Public License version 2.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _CPU__CORTEX_A8_H_
|
#ifndef _PROCESSOR_DRIVER__CORTEX_A8_H_
|
||||||
#define _CPU__CORTEX_A8_H_
|
#define _PROCESSOR_DRIVER__CORTEX_A8_H_
|
||||||
|
|
||||||
/* core includes */
|
/* core includes */
|
||||||
#include <processor_driver/arm_v7.h>
|
#include <processor_driver/arm_v7.h>
|
||||||
@ -33,5 +33,5 @@ namespace Cortex_a8
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* _CPU__CORTEX_A8_H_ */
|
#endif /* _PROCESSOR_DRIVER__CORTEX_A8_H_ */
|
||||||
|
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
* under the terms of the GNU General Public License version 2.
|
* under the terms of the GNU General Public License version 2.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _CPU__CORTEX_A9_H_
|
#ifndef _PROCESSOR_DRIVER__CORTEX_A9_H_
|
||||||
#define _CPU__CORTEX_A9_H_
|
#define _PROCESSOR_DRIVER__CORTEX_A9_H_
|
||||||
|
|
||||||
/* core includes */
|
/* core includes */
|
||||||
#include <processor_driver/arm_v7.h>
|
#include <processor_driver/arm_v7.h>
|
||||||
@ -55,5 +55,5 @@ namespace Cortex_a9
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* _CPU__CORTEX_A9_H_ */
|
#endif /* _PROCESSOR_DRIVER__CORTEX_A9_H_ */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user