Searched defs:ARG (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/samples/seccomp/ |
H A D | bpf-helper.h | 83 #define ARG(i) ARG_32(i) macro 132 #define ARG(i) ARG_64(i) macro
|
/openbmc/linux/include/linux/ |
H A D | tcp.h | 407 #define BPF_SOCK_OPS_TEST_FLAG(TP, ARG) (TP->bpf_sock_ops_cb_flags & ARG) argument 409 #define BPF_SOCK_OPS_TEST_FLAG(TP, ARG) 0 argument
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 7067 #define float16_is_zero(ARG) 0 argument 7068 #define float16_is_zero_or_denormal(ARG) 0 argument 7070 #define IS_DENORMAL(ARG, BITS) \ argument 7329 #define MSA_FLOAT_UNOP(DEST, OP, ARG, BITS) \ argument 7382 #define MSA_FLOAT_UNOP_XD(DEST, OP, ARG, BITS, XBITS) \ argument 7689 #define MSA_FLOAT_UNOP0(DEST, OP, ARG, BITS) \ argument 7795 #define MSA_FLOAT_RECIPROCAL(DEST, ARG, BITS) \ argument 7904 #define MSA_FLOAT_LOGB(DEST, ARG, BITS) \ argument
|