Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/openbmc/linux/include/linux/
H A Dmmdebug.h19 #define VM_BUG_ON(cond) BUG_ON(cond) argument
20 #define VM_BUG_ON_PAGE(cond, page) \ argument
27 #define VM_BUG_ON_FOLIO(cond, folio) \ argument
34 #define VM_BUG_ON_VMA(cond, vma) \ argument
41 #define VM_BUG_ON_MM(cond, mm) \ argument
48 #define VM_WARN_ON_ONCE_PAGE(cond, page) ({ \ argument
59 #define VM_WARN_ON_FOLIO(cond, folio) ({ \ argument
79 #define VM_WARN_ON_ONCE_MM(cond, mm) ({ \ argument
91 #define VM_WARN_ON(cond) (void)WARN_ON(cond) argument
118 #define VIRTUAL_BUG_ON(cond) BUG_ON(cond) argument
[all …]
H A Diopoll.h36 #define read_poll_timeout(op, val, cond, sleep_us, timeout_us, \ argument
84 #define read_poll_timeout_atomic(op, val, cond, delay_us, timeout_us, \ argument
134 #define readx_poll_timeout(op, addr, val, cond, sleep_us, timeout_us) \ argument
157 #define readb_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
160 #define readb_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
163 #define readw_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
166 #define readw_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
169 #define readl_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
172 #define readl_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument
175 #define readq_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument
[all …]
H A Drculist.h51 #define __list_check_rcu(dummy, cond, extra...) \ argument
58 #define __list_check_srcu(cond) \ argument
64 #define __list_check_rcu(dummy, cond, extra...) \ argument
67 #define __list_check_srcu(cond) ({ }) argument
389 #define list_for_each_entry_rcu(pos, head, member, cond...) \ argument
408 #define list_for_each_entry_srcu(pos, head, member, cond) \ argument
704 #define hlist_for_each_entry_rcu(pos, head, member, cond...) \ argument
725 #define hlist_for_each_entry_srcu(pos, head, member, cond) \ argument
H A Dtracepoint.h195 #define __DO_TRACE(name, args, cond, rcuidle) \ argument
228 #define __DECLARE_TRACE_RCU(name, proto, args, cond) \ argument
237 #define __DECLARE_TRACE_RCU(name, proto, args, cond) argument
251 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
354 #define __DECLARE_TRACE(name, proto, args, cond, data_proto) \ argument
436 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument
561 args, cond) \ argument
570 #define TRACE_EVENT_FN_COND(name, proto, args, cond, struct, \ argument
574 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument
/openbmc/u-boot/include/linux/
H A Diopoll.h27 #define readx_poll_timeout(op, addr, val, cond, timeout_us) \ argument
43 #define readb_poll_timeout(addr, val, cond, timeout_us) \ argument
46 #define readw_poll_timeout(addr, val, cond, timeout_us) \ argument
49 #define readl_poll_timeout(addr, val, cond, timeout_us) \ argument
52 #define readq_poll_timeout(addr, val, cond, timeout_us) \ argument
55 #define readb_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument
58 #define readw_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument
61 #define readl_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument
64 #define readq_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument
/openbmc/linux/tools/perf/arch/sparc/annotate/
H A Dinstructions.c3 static int is_branch_cond(const char *cond) in is_branch_cond()
63 static int is_branch_reg_cond(const char *cond) in is_branch_reg_cond()
88 static int is_branch_float_cond(const char *cond) in is_branch_float_cond()
140 const char *cond = name + 1; in sparc__associate_instruction_ops() local
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c165 #define EXPECT_ZR(cond, expr) \ argument
179 #define EXPECT_NZ(cond, expr, val) \ argument
193 #define EXPECT_EQ(cond, expr, val) \ argument
207 #define EXPECT_NE(cond, expr, val) \ argument
221 #define EXPECT_GE(cond, expr, val) \ argument
235 #define EXPECT_GT(cond, expr, val) \ argument
277 #define EXPECT_SYSZR(cond, expr) \ argument
364 #define EXPECT_PTRZR(cond, expr) \ argument
383 #define EXPECT_PTRNZ(cond, expr) \ argument
517 #define EXPECT_STRZR(cond, expr) \ argument
[all …]
/openbmc/linux/arch/parisc/include/asm/
H A Dalternative.h26 u16 cond; /* see ALT_COND_XXX */ member
36 #define ALTERNATIVE(cond, replacement) "!0:" \ argument
47 #define ALTERNATIVE(from, to, cond, replacement)\ argument
56 #define ALTERNATIVE_CODE(from, num_instructions, cond, new_instr_ptr)\ argument
/openbmc/qemu/include/block/
H A Daio-wait.h81 #define AIO_WAIT_WHILE_INTERNAL(ctx, cond, unlock) ({ \ argument
111 #define AIO_WAIT_WHILE(ctx, cond) \ argument
114 #define AIO_WAIT_WHILE_UNLOCKED(ctx, cond) \ argument
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dtimer.h22 #define nvif_nsec(d,n,cond...) ({ \ argument
33 #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) argument
34 #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) argument
/openbmc/u-boot/include/test/
H A Dut.h43 #define ut_assert(cond) \ argument
50 #define ut_assertf(cond, fmt, args...) \ argument
149 #define ut_assertok(cond) ut_asserteq(0, cond) argument
/openbmc/linux/security/apparmor/
H A Dfile.c163 const char **name, struct path_cond *cond, u32 request) in path_name()
194 aa_state_t state, struct path_cond *cond) in aa_lookup_fperms()
218 const char *name, struct path_cond *cond, in aa_str_perms()
230 u32 request, struct path_cond *cond, int flags, in __aa_path_perm()
252 struct path_cond *cond, int flags, in profile_path_perm()
285 struct path_cond *cond) in aa_path_perm()
330 struct path_cond *cond) in profile_path_link()
439 struct path_cond cond = { in aa_path_link() local
493 struct path_cond cond = { in __file_path_perm() local
/openbmc/qemu/include/qemu/
H A Dthread-posix.h25 pthread_cond_t cond; member
31 QemuCond cond; member
38 pthread_cond_t cond; member
/openbmc/linux/tools/perf/util/
H A Dmutex.h77 struct cond { struct
78 pthread_cond_t cond; member
/openbmc/linux/tools/testing/radix-tree/linux/
H A Drcupdate.h8 #define rcu_dereference_protected(p, cond) rcu_dereference(p) argument
9 #define rcu_dereference_check(p, cond) rcu_dereference(p) argument
/openbmc/linux/tools/bootconfig/include/linux/
H A Dbootconfig.h18 #define WARN_ON(cond) \ argument
22 #define unlikely(cond) (cond) argument
/openbmc/u-boot/test/
H A Dut.c15 const char *func, const char *cond) in ut_fail()
23 const char *func, const char *cond, const char *fmt, ...) in ut_failf()
/openbmc/qemu/util/
H A Dqemu-thread-posix.c162 void qemu_cond_init(QemuCond *cond) in qemu_cond_init()
188 void qemu_cond_destroy(QemuCond *cond) in qemu_cond_destroy()
199 void qemu_cond_signal(QemuCond *cond) in qemu_cond_signal()
209 void qemu_cond_broadcast(QemuCond *cond) in qemu_cond_broadcast()
219 void qemu_cond_wait_impl(QemuCond *cond, QemuMutex *mutex, const char *file, const int line) in qemu_cond_wait_impl()
232 qemu_cond_timedwait_ts(QemuCond *cond, QemuMutex *mutex, struct timespec *ts, in qemu_cond_timedwait_ts()
247 bool qemu_cond_timedwait_impl(QemuCond *cond, QemuMutex *mutex, int ms, in qemu_cond_timedwait_impl()
H A Dqemu-thread-win32.c140 void qemu_cond_init(QemuCond *cond) in qemu_cond_init()
147 void qemu_cond_destroy(QemuCond *cond) in qemu_cond_destroy()
154 void qemu_cond_signal(QemuCond *cond) in qemu_cond_signal()
160 void qemu_cond_broadcast(QemuCond *cond) in qemu_cond_broadcast()
166 void qemu_cond_wait_impl(QemuCond *cond, QemuMutex *mutex, const char *file, const int line) in qemu_cond_wait_impl()
174 bool qemu_cond_timedwait_impl(QemuCond *cond, QemuMutex *mutex, int ms, in qemu_cond_timedwait_impl()
/openbmc/qemu/target/hexagon/
H A Dgenptr.c473 TCGCond cond, TCGv pred) in gen_write_new_pc_addr()
497 TCGCond cond, TCGv pred) in gen_write_new_pc_pcrel()
537 static void gen_compare(TCGCond cond, TCGv res, TCGv arg1, TCGv arg2) in gen_compare()
595 TCGCond cond, TCGv pred) in gen_cond_jumpr()
600 static void gen_cond_jumpr31(DisasContext *ctx, TCGCond cond, TCGv pred) in gen_cond_jumpr31()
607 static void gen_cond_jump(DisasContext *ctx, TCGCond cond, TCGv pred, in gen_cond_jump()
686 TCGv arg, TCGCond cond, int pc_off) in gen_testbit0_jumpnv()
718 TCGCond cond, int pc_off) in gen_cond_call()
731 TCGCond cond, TCGv pred, TCGv new_pc) in gen_cond_callr()
826 TCGv pred, TCGCond cond) in gen_cond_return()
[all …]
/openbmc/linux/arch/arm64/kvm/hyp/
H A Daarch32.c51 int cond; in kvm_condition_valid32() local
98 unsigned long itbits, cond; in kvm_adjust_itstate() local
/openbmc/linux/arch/loongarch/net/
H A Dbpf_jit.h175 static inline int invert_jmp_cond(u8 cond) in invert_jmp_cond()
203 static inline void cond_jmp_offset(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, in cond_jmp_offset()
251 static inline void cond_jmp_offs26(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, in cond_jmp_offs26()
264 static inline int emit_cond_jmp(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, in emit_cond_jmp()
296 static inline int emit_tailcall_jmp(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, in emit_tailcall_jmp()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dpp_debug.h37 #define PP_ASSERT_WITH_CODE(cond, msg, code) \ argument
45 #define PP_ASSERT(cond, msg) \ argument
/openbmc/qemu/target/arm/
H A Dsyndrome.h168 static inline uint32_t syn_cp14_rt_trap(int cv, int cond, int opc1, int opc2, in syn_cp14_rt_trap()
178 static inline uint32_t syn_cp15_rt_trap(int cv, int cond, int opc1, int opc2, in syn_cp15_rt_trap()
188 static inline uint32_t syn_cp14_rrt_trap(int cv, int cond, int opc1, int crm, in syn_cp14_rrt_trap()
198 static inline uint32_t syn_cp15_rrt_trap(int cv, int cond, int opc1, int crm, in syn_cp15_rrt_trap()
208 static inline uint32_t syn_fp_access_trap(int cv, int cond, bool is_16bit, in syn_fp_access_trap()
217 static inline uint32_t syn_simd_access_trap(int cv, int cond, bool is_16bit) in syn_simd_access_trap()
261 static inline uint32_t syn_bxjtrap(int cv, int cond, int rm) in syn_bxjtrap()
324 static inline uint32_t syn_wfx(int cv, int cond, int ti, bool is_16bit) in syn_wfx()
/openbmc/linux/arch/arm/lib/
H A Dmemcpy.S29 .macro ldr1b ptr reg cond=al abort
41 .macro str1b ptr reg cond=al abort

12345678910>>...13