Searched refs:IS_ERR (Results 1 – 22 of 22) sorted by relevance
29 static inline long __must_check IS_ERR(const void *ptr) in IS_ERR() function54 return IS_ERR(ptr) ? PTR_ERR(ptr) : 0; in PTR_RET()
45 static inline long IS_ERR(const void *ptr) in IS_ERR() function
513 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()
476 } while (!IS_ERR(exists)); in do_transaction_start()
1406 if (IS_ERR(trans)) { in process_message()
85 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()
182 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()
587 if ( IS_ERR(patch) ) in microcode_update_helper()751 if ( IS_ERR(patch) ) in early_microcode_update_cpu()
310 if ( IS_ERR(info) ) in vnuma_init()519 if ( IS_ERR(d) ) in do_domctl()934 if ( IS_ERR(vnuma) ) in do_domctl()
564 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()
290 if ( IS_ERR(path) ) in dt_find_node_by_gpath()
1083 if ( IS_ERR(found) ) in livepatch_upload()
818 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()
756 if ( IS_ERR(d) || (alloc_dom0_vcpu0(d) == NULL) ) in create_dom0()
873 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()
783 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()
1077 if ( IS_ERR(domain) ) in ipmmu_assign_device()1104 if ( IS_ERR(domain) ) in ipmmu_assign_device()
1914 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()
638 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()
3891 if ( IS_ERR(rqd) ) in csched2_alloc_pdata()
959 if ( IS_ERR(dom0) || (alloc_dom0_vcpu0(dom0) == NULL) ) in start_xen()
2511 if ( IS_ERR(d) ) in create_domUs()
Completed in 67 milliseconds