Searched refs:check_conditional_instr (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | vcpreg.c | 33 if ( !check_conditional_instr(regs, hsr) ) in do_cp15_32() 164 if ( !check_conditional_instr(regs, hsr) ) in do_cp15_64() 235 if ( !check_conditional_instr(regs, hsr) ) in do_cp14_32() 364 if ( !check_conditional_instr(regs, hsr) ) in do_cp14_64() 402 if ( !check_conditional_instr(regs, hsr) ) in do_cp14_dbg() 434 if ( !check_conditional_instr(regs, hsr) ) in do_cp()
|
A D | vsmc.c | 311 if ( !check_conditional_instr(regs, hsr) ) in do_trap_smc()
|
A D | traps.c | 1599 int check_conditional_instr(struct cpu_user_regs *regs, const union hsr hsr) in check_conditional_instr() function 2116 if ( !check_conditional_instr(regs, hsr) ) in do_trap_guest_sync()
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | traps.h | 12 int check_conditional_instr(struct cpu_user_regs *regs, const union hsr hsr);
|
Completed in 9 milliseconds