Searched refs:IS_ERR (Results 1 – 19 of 19) 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()
47 static inline long IS_ERR(const void *ptr) in IS_ERR() function
460 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()
454 } while (!IS_ERR(exists)); in do_transaction_start()
1313 if (IS_ERR(trans)) { in process_message()
181 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()
329 if ( IS_ERR(info) ) in vnuma_init()550 if ( IS_ERR(d) ) in do_domctl()1132 if ( IS_ERR(vnuma) ) in do_domctl()
1586 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()
918 if ( IS_ERR(found) ) in livepatch_upload()
290 if ( IS_ERR(path) ) in dt_find_node_by_gpath()
687 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()
274 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()
1634 if ( IS_ERR(dom0) || (alloc_dom0_vcpu0(dom0) == NULL) ) in __start_xen()
524 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()
859 if ( IS_ERR(dom0) || (alloc_dom0_vcpu0(dom0) == NULL) ) in start_xen()
792 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()
1926 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()
4716 if ( IS_ERR(addr) ) in sh_x86_emulate_write()4758 if ( IS_ERR(addr) ) in sh_x86_emulate_cmpxchg()
151 if ( IS_ERR(reg) ) in hvm_translate_virtual_addr()
Completed in 75 milliseconds