/openbmc/linux/arch/x86/include/asm/ |
H A D | paravirt_types.h | 439 #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 D | memcpy.S | 28 .macro ldr1b ptr reg cond=al abort 40 .macro str1b ptr reg cond=al abort
|
/openbmc/linux/include/media/ |
H A D | v4l2-device.h | 292 #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 D | copy_to_user.S | 48 .macro ldr1b ptr reg cond=al abort 89 .macro str1b ptr reg cond=al abort
|
H A D | copy_from_user.S | 76 .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 D | timer.h | 52 #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 D | bug.h | 18 #define MAYBE_BUILD_BUG_ON(cond) (0) argument 21 #define MAYBE_BUILD_BUG_ON(cond) \ argument
|
H A D | compiler.h | 55 #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 D | utf8-selftest.c | 23 #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 D | char-fd.c | 48 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 D | build_bug.h | 12 #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 D | refcount.h | 45 #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 D | decompress.c | 16 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument 23 # define Assert(cond,msg) argument
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_gem.h | 91 #define __GEM_BUG(cond) BUG() argument 93 #define __GEM_BUG(cond) \ argument
|
/openbmc/linux/tools/testing/scatterlist/ |
H A D | main.c | 30 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 D | zd_def.h | 27 # 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 D | define_trace.h | 31 #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 D | callback.hpp | 174 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 D | domain.h | 121 #define TUSERCOND(instr, cond) #instr "t" #cond argument 124 #define TUSERCOND(instr, cond) #instr #cond argument
|
H A D | spinlock.h | 29 #define WFE(cond) __ALT_SMP_ASM( \ argument 36 #define WFE(cond) __ALT_SMP_ASM("wfe" cond, "nop") argument
|
/openbmc/linux/security/apparmor/ |
H A D | domain.c | 133 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 D | trace.h | 235 #define DEFINE_SK_EVENT_FILTER_COND(name, cond) \ argument 275 #define DEFINE_LINK_EVENT_COND(name, cond) \ argument
|
/openbmc/linux/include/sound/ |
H A D | hdaudio_ext.h | 146 #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 D | regmap.h | 265 #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 D | synctest.h | 34 #define ASSERT(cond, msg) do { \ argument
|