Home
last modified time | relevance | path

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

/xen/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/tools/xenstore/
A Dutils.h45 static inline long IS_ERR(const void *ptr) in IS_ERR() function
A Dxenstored_domain.c513 if (IS_ERR(domain)) in do_set_target()
517 if (IS_ERR(tdomain)) in do_set_target()
550 if (IS_ERR(domain)) in do_release()
565 if (IS_ERR(domain)) in do_resume()
A Dxenstored_transaction.c476 } while (!IS_ERR(exists)); in do_transaction_start()
A Dxenstored_core.c1406 if (IS_ERR(trans)) { in process_message()
/xen/xen/arch/x86/mm/shadow/
A Dhvm.c85 if ( IS_ERR(reg) ) in hvm_translate_virtual_addr()
215 if ( IS_ERR(ptr) ) in hvm_emulate_write()
269 if ( IS_ERR(ptr) ) in hvm_emulate_cmpxchg()
/xen/xen/xsm/flask/
A Dflask_op.c182 if ( IS_ERR(buf) ) in flask_security_context()
278 if ( IS_ERR(name) ) in flask_security_resolve_bool()
511 if ( IS_ERR(buf) ) in flask_devicetree_label()
/xen/xen/arch/x86/cpu/microcode/
A Dcore.c587 if ( IS_ERR(patch) ) in microcode_update_helper()
751 if ( IS_ERR(patch) ) in early_microcode_update_cpu()
/xen/xen/common/
A Ddomctl.c310 if ( IS_ERR(info) ) in vnuma_init()
519 if ( IS_ERR(d) ) in do_domctl()
934 if ( IS_ERR(vnuma) ) in do_domctl()
A Ddomain.c564 if ( IS_ERR(dom_xen) ) in setup_system_domains()
574 if ( IS_ERR(dom_io) ) in setup_system_domains()
583 if ( IS_ERR(dom_cow) ) in setup_system_domains()
A Ddevice_tree.c290 if ( IS_ERR(path) ) in dt_find_node_by_gpath()
A Dlivepatch.c1083 if ( IS_ERR(found) ) in livepatch_upload()
/xen/xen/arch/x86/
A Dpsr.c818 if ( IS_ERR(info) ) in psr_get_info()
851 if ( IS_ERR(info) ) in psr_get_val()
1334 if ( IS_ERR(info) ) in psr_set_val()
A Dsetup.c756 if ( IS_ERR(d) || (alloc_dom0_vcpu0(d) == NULL) ) in create_dom0()
/xen/xen/arch/x86/hvm/
A Demulate.c873 if ( IS_ERR(reg) ) in hvmemul_virtual_to_linear()
1370 if ( IS_ERR(mapping) ) in hvmemul_write()
1419 if ( IS_ERR(mapping) ) in hvmemul_rmw()
1474 if ( IS_ERR(mapping) ) in hvmemul_blk()
1619 if ( IS_ERR(mapping) ) in hvmemul_cmpxchg()
2121 if ( IS_ERR(sreg) ) in hvmemul_read_segment()
/xen/xen/arch/arm/tee/
A Doptee.c783 if ( IS_ERR(optee_shm_buf) ) in translate_noncontig()
1251 if ( IS_ERR(call) ) in handle_std_call()
1558 if ( IS_ERR(shm_rpc) ) in handle_rpc_func_alloc()
/xen/xen/drivers/passthrough/arm/
A Dipmmu-vmsa.c1077 if ( IS_ERR(domain) ) in ipmmu_assign_device()
1104 if ( IS_ERR(domain) ) in ipmmu_assign_device()
A Dsmmu.c1914 if (IS_ERR(group)) { in arm_smmu_add_device()
2288 if (IS_ERR(smmu->base)) { in arm_smmu_device_dt_probe()
2399 if (!IS_ERR(smmu->base)) in arm_smmu_device_dt_probe()
/xen/xen/common/sched/
A Dcore.c638 if ( IS_ERR(domdata) ) in sched_move_domain()
780 if ( IS_ERR(sdom) ) in sched_init_domain()
2959 BUG_ON(IS_ERR(idle_domain)); in scheduler_init()
3009 if ( IS_ERR(ppriv) ) in schedule_cpu_add()
A Dcredit2.c3891 if ( IS_ERR(rqd) ) in csched2_alloc_pdata()
/xen/xen/arch/arm/
A Dsetup.c959 if ( IS_ERR(dom0) || (alloc_dom0_vcpu0(dom0) == NULL) ) in start_xen()
A Ddomain_build.c2511 if ( IS_ERR(d) ) in create_domUs()

Completed in 67 milliseconds