Home
last modified time | relevance | path

Searched refs:IS_ERR (Results 1 – 19 of 19) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/
A Derr.h29 static inline long __must_check IS_ERR(const void *ptr) in IS_ERR() function
54 return IS_ERR(ptr) ? PTR_ERR(ptr) : 0; in PTR_RET()
/xen-4.10.0-shim-comet/tools/xenstore/
A Dutils.h47 static inline long IS_ERR(const void *ptr) in IS_ERR() function
A Dxenstored_domain.c460 if (IS_ERR(domain)) in do_set_target()
464 if (IS_ERR(tdomain)) in do_set_target()
500 if (IS_ERR(domain)) in do_release()
515 if (IS_ERR(domain)) in do_resume()
A Dxenstored_transaction.c454 } while (!IS_ERR(exists)); in do_transaction_start()
A Dxenstored_core.c1313 if (IS_ERR(trans)) { in process_message()
/xen-4.10.0-shim-comet/xen/xsm/flask/
A Dflask_op.c181 if ( IS_ERR(buf) ) in flask_security_context()
277 if ( IS_ERR(name) ) in flask_security_resolve_bool()
510 if ( IS_ERR(buf) ) in flask_devicetree_label()
/xen-4.10.0-shim-comet/xen/common/
A Ddomctl.c329 if ( IS_ERR(info) ) in vnuma_init()
550 if ( IS_ERR(d) ) in do_domctl()
1132 if ( IS_ERR(vnuma) ) in do_domctl()
A Dschedule.c1586 if ( IS_ERR(sched_priv) ) in cpu_schedule_up()
1724 BUG_ON(IS_ERR(idle_domain)); in scheduler_init()
1730 BUG_ON(IS_ERR(this_cpu(schedule_data).sched_priv)); in scheduler_init()
1784 if ( IS_ERR(ppriv) ) in schedule_cpu_switch()
A Dlivepatch.c918 if ( IS_ERR(found) ) in livepatch_upload()
A Ddevice_tree.c290 if ( IS_ERR(path) ) in dt_find_node_by_gpath()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dpsr.c687 if ( IS_ERR(info) ) in psr_get_info()
720 if ( IS_ERR(info) ) in psr_get_val()
1191 if ( IS_ERR(info) ) in psr_set_val()
A Dmm.c274 BUG_ON(IS_ERR(dom_xen)); in arch_init_memory()
283 BUG_ON(IS_ERR(dom_io)); in arch_init_memory()
290 BUG_ON(IS_ERR(dom_cow)); in arch_init_memory()
A Dsetup.c1634 if ( IS_ERR(dom0) || (alloc_dom0_vcpu0(dom0) == NULL) ) in __start_xen()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dmm.c524 BUG_ON(IS_ERR(dom_xen)); in arch_init_memory()
532 BUG_ON(IS_ERR(dom_io)); in arch_init_memory()
539 BUG_ON(IS_ERR(dom_cow)); in arch_init_memory()
A Dsetup.c859 if ( IS_ERR(dom0) || (alloc_dom0_vcpu0(dom0) == NULL) ) in start_xen()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Demulate.c792 if ( IS_ERR(reg) ) in hvmemul_virtual_to_linear()
1177 if ( IS_ERR(mapping) ) in hvmemul_write()
1704 if ( IS_ERR(sreg) ) in hvmemul_read_segment()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/arm/
A Dsmmu.c1926 if (IS_ERR(group)) { in arm_smmu_add_device()
2305 if (IS_ERR(smmu->base)) { in arm_smmu_device_dt_probe()
2416 if (!IS_ERR(smmu->base)) in arm_smmu_device_dt_probe()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dmulti.c4716 if ( IS_ERR(addr) ) in sh_x86_emulate_write()
4758 if ( IS_ERR(addr) ) in sh_x86_emulate_cmpxchg()
A Dcommon.c151 if ( IS_ERR(reg) ) in hvm_translate_virtual_addr()

Completed in 75 milliseconds