Searched refs:ovf (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/ |
A D | livepatch.c | 252 int ovf = 0; in arch_livepatch_perform_rela() local 288 ovf = reloc_data(RELOC_OP_ABS, dest, val, 64); in arch_livepatch_perform_rela() 292 ovf = reloc_data(RELOC_OP_ABS, dest, val, 32); in arch_livepatch_perform_rela() 296 ovf = reloc_data(RELOC_OP_ABS, dest, val, 16); in arch_livepatch_perform_rela() 303 ovf = reloc_data(RELOC_OP_PREL, dest, val, 64); in arch_livepatch_perform_rela() 307 ovf = reloc_data(RELOC_OP_PREL, dest, val, 32); in arch_livepatch_perform_rela() 311 ovf = reloc_data(RELOC_OP_PREL, dest, val, 16); in arch_livepatch_perform_rela() 320 ovf = reloc_insn_movw(RELOC_OP_ABS, dest, val, 0, in arch_livepatch_perform_rela() 350 ovf = reloc_insn_movw(RELOC_OP_ABS, dest, val, 0, in arch_livepatch_perform_rela() 473 if ( overflow_check && ovf == -EOVERFLOW ) in arch_livepatch_perform_rela() [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/ |
A D | op_model_ppro.c | 137 int ovf = 0; in ppro_check_ctrs() local 157 ovf = 2; in ppro_check_ctrs() 160 if ( !ovf ) in ppro_check_ctrs() 161 ovf = 1; in ppro_check_ctrs() 169 return ovf; in ppro_check_ctrs()
|
A D | nmi_int.c | 87 int xen_mode, ovf; in nmi_callback() local 89 ovf = model->check_ctrs(cpu, &cpu_msrs[cpu], regs); in nmi_callback() 91 if ( ovf && is_active(current->domain) && !xen_mode ) in nmi_callback() 94 if ( ovf == 2 ) in nmi_callback()
|
A D | op_model_athlon.c | 318 int ovf = 0; in athlon_check_ctrs() local 339 ovf = 1; in athlon_check_ctrs() 343 ovf = handle_ibs(mode, regs); in athlon_check_ctrs() 345 return ovf; in athlon_check_ctrs()
|
A D | op_model_p4.c | 619 int ovf = 0; in p4_check_ctrs() local 657 ovf = 1; in p4_check_ctrs() 664 return ovf; in p4_check_ctrs()
|
Completed in 10 milliseconds