Searched refs:seL4_NumExclusiveBreakpoints (Results 1 - 24 of 24) sorted by relevance

/seL4-test-master/kernel/libsel4/sel4_plat_include/fvp/sel4/plat/api/
H A Dconstants.h14 #define seL4_NumExclusiveBreakpoints (6) macro
/seL4-test-master/kernel/libsel4/sel4_plat_include/odroidc2/sel4/plat/api/
H A Dconstants.h15 #define seL4_NumExclusiveBreakpoints (6) macro
/seL4-test-master/projects/sel4test/apps/sel4test-tests/arch/arm/arch/
H A Ddebug.h26 #define TEST_NUM_INSTR_BPS seL4_NumExclusiveBreakpoints
/seL4-test-master/kernel/libsel4/sel4_plat_include/am335x/sel4/plat/api/
H A Dconstants.h15 #define seL4_NumExclusiveBreakpoints (6) macro
/seL4-test-master/kernel/libsel4/sel4_plat_include/allwinnerA20/sel4/plat/api/
H A Dconstants.h15 #define seL4_NumExclusiveBreakpoints (6) macro
/seL4-test-master/kernel/libsel4/sel4_plat_include/bcm2837/sel4/plat/api/
H A Dconstants.h15 #define seL4_NumExclusiveBreakpoints (6) macro
/seL4-test-master/kernel/libsel4/sel4_plat_include/hikey/sel4/plat/api/
H A Dconstants.h15 #define seL4_NumExclusiveBreakpoints (6) macro
/seL4-test-master/kernel/libsel4/sel4_plat_include/apq8064/sel4/plat/api/
H A Dconstants.h15 #define seL4_NumExclusiveBreakpoints (6) macro
/seL4-test-master/kernel/libsel4/sel4_plat_include/exynos4/sel4/plat/api/
H A Dconstants.h15 #define seL4_NumExclusiveBreakpoints (6) macro
/seL4-test-master/kernel/libsel4/sel4_plat_include/exynos5/sel4/plat/api/
H A Dconstants.h14 #define seL4_NumExclusiveBreakpoints (6) macro
/seL4-test-master/kernel/libsel4/sel4_plat_include/imx31/sel4/plat/api/
H A Dconstants.h15 #define seL4_NumExclusiveBreakpoints (6) macro
/seL4-test-master/kernel/libsel4/sel4_plat_include/imx6/sel4/plat/api/
H A Dconstants.h15 #define seL4_NumExclusiveBreakpoints (6) macro
/seL4-test-master/kernel/libsel4/sel4_plat_include/omap3/sel4/plat/api/
H A Dconstants.h15 #define seL4_NumExclusiveBreakpoints (6) macro
/seL4-test-master/kernel/libsel4/sel4_plat_include/imx7/sel4/plat/api/
H A Dconstants.h15 #define seL4_NumExclusiveBreakpoints (6) macro
/seL4-test-master/kernel/libsel4/sel4_plat_include/pc99/sel4/plat/api/
H A Dconstants.h19 #define seL4_NumExclusiveBreakpoints (0) macro
/seL4-test-master/kernel/libsel4/sel4_plat_include/imx8mm-evk/sel4/plat/api/
H A Dconstants.h14 #define seL4_NumExclusiveBreakpoints (6) macro
/seL4-test-master/kernel/libsel4/sel4_plat_include/imx8mq-evk/sel4/plat/api/
H A Dconstants.h14 #define seL4_NumExclusiveBreakpoints (6) macro
/seL4-test-master/kernel/libsel4/sel4_plat_include/qemu-arm-virt/sel4/plat/api/
H A Dconstants.h16 #define seL4_NumExclusiveBreakpoints (6) macro
/seL4-test-master/kernel/libsel4/sel4_plat_include/zynq7000/sel4/plat/api/
H A Dconstants.h15 #define seL4_NumExclusiveBreakpoints (6) macro
/seL4-test-master/kernel/libsel4/sel4_plat_include/tk1/sel4/plat/api/
H A Dconstants.h14 #define seL4_NumExclusiveBreakpoints (6) macro
/seL4-test-master/kernel/libsel4/sel4_plat_include/zynqmp/sel4/plat/api/
H A Dconstants.h15 #define seL4_NumExclusiveBreakpoints (6) macro
/seL4-test-master/kernel/include/arch/arm/arch/machine/
H A Ddebug.h115 if (bp_num >= seL4_NumExclusiveBreakpoints) {
116 bp_num -= seL4_NumExclusiveBreakpoints;
123 return (bp_num >= seL4_NumExclusiveBreakpoints)
196 ret.rangeErrorMax = seL4_NumExclusiveBreakpoints - 1;
200 if (bp_num >= seL4_NumExclusiveBreakpoints) {
/seL4-test-master/kernel/src/arch/arm/machine/
H A Ddebug.c19 #include <sel4/constants.h> /* seL4_NumExclusiveBreakpoints/Watchpoints */
306 assert(index < seL4_NumExclusiveBreakpoints);
312 assert(index < seL4_NumExclusiveBreakpoints);
330 assert(index < seL4_NumExclusiveBreakpoints);
336 assert(index < seL4_NumExclusiveBreakpoints);
496 return bp_num + seL4_NumExclusiveBreakpoints;
780 for (i = 0; i < seL4_NumExclusiveBreakpoints; i++) {
906 for (int i = 0; i < seL4_NumExclusiveBreakpoints; i++) {
944 for (i = 0; i < seL4_NumExclusiveBreakpoints; i++) {
1100 for (i = 0; i < seL4_NumExclusiveBreakpoints;
[all...]
/seL4-test-master/kernel/include/arch/arm/arch/32/mode/machine/
H A Dregisterset.h205 debug_register_pair_t breakpoint[seL4_NumExclusiveBreakpoints],

Completed in 65 milliseconds