Home
last modified time | relevance | path

Searched refs:BUGFRAME_NR (Results 1 – 6 of 6) sorted by relevance

/xen/xen/include/asm-x86/
A Dbug.h13 #define BUGFRAME_NR 4 macro
56 BUILD_BUG_ON((type) >= BUGFRAME_NR); \
90 .if \type >= BUGFRAME_NR
/xen/xen/include/asm-arm/
A Dbug.h33 #define BUGFRAME_NR 3 macro
42 BUILD_BUG_ON((type) >= BUGFRAME_NR); \
/xen/xen/include/xen/
A Dvirtual_region.h24 } frame[BUGFRAME_NR];
/xen/xen/arch/x86/
A Dtraps.c1104 for ( id = 0; id < BUGFRAME_NR; id++ ) in do_invalid_op()
/xen/xen/arch/arm/
A Dtraps.c1219 for ( id = 0; id < BUGFRAME_NR; id++ ) in do_bug_frame()
/xen/xen/common/
A Dlivepatch.c785 for ( i = 0; i < BUGFRAME_NR; i++ ) in prepare_payload()

Completed in 17 milliseconds