Home
last modified time | relevance | path

Searched defs:cond (Results 26 – 50 of 316) sorted by relevance

12345678910>>...13

/openbmc/linux/arch/x86/include/asm/
H A Dparavirt_types.h439 #define ____PVOP_ALT_CALL(ret, op, alt, cond, call_clbr, \ argument
457 #define __PVOP_ALT_CALL(rettype, op, alt, cond, ...) \ argument
466 #define __PVOP_ALT_CALLEESAVE(rettype, op, alt, cond, ...) \ argument
475 #define __PVOP_ALT_VCALL(op, alt, cond, ...) \ argument
484 #define __PVOP_ALT_VCALLEESAVE(op, alt, cond, ...) \ argument
493 #define PVOP_ALT_CALL0(rettype, op, alt, cond) \ argument
495 #define PVOP_ALT_VCALL0(op, alt, cond) \ argument
502 #define PVOP_ALT_CALLEE0(rettype, op, alt, cond) \ argument
504 #define PVOP_ALT_VCALLEE0(op, alt, cond) \ argument
512 #define PVOP_ALT_VCALL1(op, arg1, alt, cond) \ argument
[all …]
/openbmc/u-boot/arch/arm/lib/
H A Dmemcpy.S28 .macro ldr1b ptr reg cond=al abort
40 .macro str1b ptr reg cond=al abort
/openbmc/linux/include/media/
H A Dv4l2-device.h292 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument
317 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument
349 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument
384 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
/openbmc/linux/arch/arm/lib/
H A Dcopy_to_user.S48 .macro ldr1b ptr reg cond=al abort
89 .macro str1b ptr reg cond=al abort
H A Dcopy_from_user.S76 .macro ldr1b ptr reg cond=al abort
90 .macro str1b ptr reg cond=al abort
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dtimer.h52 #define nvkm_nsec(d,n,cond...) ({ \ argument
66 #define nvkm_usec(d, u, cond...) nvkm_nsec((d), (u) * 1000ULL, ##cond) argument
67 #define nvkm_msec(d, m, cond...) nvkm_usec((d), (m) * 1000ULL, ##cond) argument
/openbmc/linux/include/linux/
H A Dbug.h18 #define MAYBE_BUILD_BUG_ON(cond) (0) argument
21 #define MAYBE_BUILD_BUG_ON(cond) \ argument
H A Dcompiler.h55 #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) argument
57 #define __trace_if_var(cond) (__builtin_constant_p(cond) ? (cond) : __trace_if_value(cond)) argument
59 #define __trace_if_value(cond) ({ \ argument
/openbmc/linux/fs/unicode/
H A Dutf8-selftest.c23 #define _test(cond, func, line, fmt, ...) do { \ argument
33 #define test_f(cond, fmt, ...) _test(cond, __func__, __LINE__, fmt, ##__VA_ARGS__) argument
34 #define test(cond) _test(cond, __func__, __LINE__, "") argument
/openbmc/qemu/chardev/
H A Dchar-fd.c48 static gboolean fd_chr_read(QIOChannel *chan, GIOCondition cond, void *opaque) in fd_chr_read()
90 GIOCondition cond; member
149 static GSource *fd_chr_add_watch(Chardev *chr, GIOCondition cond) in fd_chr_add_watch()
/openbmc/u-boot/include/linux/
H A Dbuild_bug.h12 #define BUILD_BUG_ON_MSG(cond, msg) (0) argument
46 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
/openbmc/linux/tools/include/linux/
H A Drefcount.h45 #define REFCOUNT_WARN(cond, str) (void)(cond) argument
48 #define REFCOUNT_WARN(cond, str) BUG_ON(cond) argument
/openbmc/linux/arch/arm/boot/compressed/
H A Ddecompress.c16 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument
23 # define Assert(cond,msg) argument
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_gem.h91 #define __GEM_BUG(cond) BUG() argument
93 #define __GEM_BUG(cond) \ argument
/openbmc/linux/tools/testing/scatterlist/
H A Dmain.c30 static void fail(struct test *test, struct sg_table *st, const char *cond) in fail()
48 #define VALIDATE(cond, st, test) \ argument
/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_def.h27 # define dev_dbg_f_cond(dev, cond, fmt, args...) ({ \ argument
35 # define dev_dbg_f_cond(dev, cond, fmt, args...) do { (void)(dev); } while (0) argument
/openbmc/linux/include/trace/
H A Ddefine_trace.h31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument
45 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
68 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
/openbmc/phosphor-dbus-monitor/src/
H A Dcallback.hpp174 Conditional& cond) : graph(graphEntry), condition(cond) in ConditionalCallback()
220 DeferrableCallback(const std::vector<size_t>& graphEntry, Conditional& cond, in DeferrableCallback()
/openbmc/linux/arch/arm/include/asm/
H A Ddomain.h121 #define TUSERCOND(instr, cond) #instr "t" #cond argument
124 #define TUSERCOND(instr, cond) #instr #cond argument
H A Dspinlock.h29 #define WFE(cond) __ALT_SMP_ASM( \ argument
36 #define WFE(cond) __ALT_SMP_ASM("wfe" cond, "nop") argument
/openbmc/linux/security/apparmor/
H A Ddomain.c133 struct path_cond cond = { }; in label_compound_match() local
196 struct path_cond cond = { }; in label_components_match() local
632 char *buffer, struct path_cond *cond, in profile_transition()
734 char *buffer, struct path_cond *cond, in profile_onexec()
811 char *buffer, struct path_cond *cond, in handle_onexec()
883 struct path_cond cond = { in apparmor_bprm_creds_for_exec() local
/openbmc/linux/net/tipc/
H A Dtrace.h235 #define DEFINE_SK_EVENT_FILTER_COND(name, cond) \ argument
275 #define DEFINE_LINK_EVENT_COND(name, cond) \ argument
/openbmc/linux/include/sound/
H A Dhdaudio_ext.h146 #define snd_hdac_adsp_readb_poll(chip, reg, val, cond, delay_us, timeout_us) \ argument
149 #define snd_hdac_adsp_readw_poll(chip, reg, val, cond, delay_us, timeout_us) \ argument
152 #define snd_hdac_adsp_readl_poll(chip, reg, val, cond, delay_us, timeout_us) \ argument
155 #define snd_hdac_adsp_readq_poll(chip, reg, val, cond, delay_us, timeout_us) \ argument
/openbmc/u-boot/include/
H A Dregmap.h265 #define regmap_read_poll_timeout_test(map, addr, val, cond, sleep_us, \ argument
288 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_ms) \ argument
/openbmc/linux/tools/testing/selftests/sync/
H A Dsynctest.h34 #define ASSERT(cond, msg) do { \ argument

12345678910>>...13