/openbmc/linux/include/net/ |
H A D | dropreason-core.h | 6 #define DEFINE_DROP_REASON(FN, FNe) \ argument 7 FN(NOT_SPECIFIED) \ 8 FN(NO_SOCKET) \ 9 FN(PKT_TOO_SMALL) \ 10 FN(TCP_CSUM) \ 11 FN(SOCKET_FILTER) \ 12 FN(UDP_CSUM) \ 13 FN(NETFILTER_DROP) \ 14 FN(OTHERHOST) \ 15 FN(IP_CSUM) \ [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | reg_helper.h | 60 #define FN(reg_name, field) \ macro 65 FN(reg_name, field), val) 69 FN(reg, f1), v1,\ 70 FN(reg, f2), v2) 74 FN(reg, f1), v1,\ 75 FN(reg, f2), v2,\ 76 FN(reg, f3), v3) 80 FN(reg, f1), v1,\ 81 FN(reg, f2), v2,\ 82 FN(reg, f3), v3,\ [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 5671 #define ___BPF_FUNC_MAPPER(FN, ctx...) \ argument 5672 FN(unspec, 0, ##ctx) \ 5673 FN(map_lookup_elem, 1, ##ctx) \ 5674 FN(map_update_elem, 2, ##ctx) \ 5675 FN(map_delete_elem, 3, ##ctx) \ 5676 FN(probe_read, 4, ##ctx) \ 5677 FN(ktime_get_ns, 5, ##ctx) \ 5678 FN(trace_printk, 6, ##ctx) \ 5679 FN(get_prandom_u32, 7, ##ctx) \ 5680 FN(get_smp_processor_id, 8, ##ctx) \ [all …]
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 5671 #define ___BPF_FUNC_MAPPER(FN, ctx...) \ argument 5672 FN(unspec, 0, ##ctx) \ 5673 FN(map_lookup_elem, 1, ##ctx) \ 5674 FN(map_update_elem, 2, ##ctx) \ 5675 FN(map_delete_elem, 3, ##ctx) \ 5676 FN(probe_read, 4, ##ctx) \ 5677 FN(ktime_get_ns, 5, ##ctx) \ 5678 FN(trace_printk, 6, ##ctx) \ 5679 FN(get_prandom_u32, 7, ##ctx) \ 5680 FN(get_smp_processor_id, 8, ##ctx) \ [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/ |
H A D | dmub_reg.h | 47 #define FN(reg_name, field) FD(reg_name##__##field) macro 63 FN(reg_name, field), val) 67 FN(reg, f1), v1, \ 68 FN(reg, f2), v2) 72 FN(reg, f1), v1, \ 73 FN(reg, f2), v2, \ 74 FN(reg, f3), v3) 78 FN(reg, f1), v1, \ 79 FN(reg, f2), v2, \ 80 FN(reg, f3), v3, \ [all …]
|
/openbmc/qemu/hw/display/ |
H A D | pl110_template.h | 34 #define FN_2(x, y) FN(x, y) FN(x+1, y) 45 #define FN(x, y) COPY_PIXEL(d, palette[(data >> (y + 7 - (x))) & 1]); in glue() macro 47 #define FN(x, y) COPY_PIXEL(d, palette[(data >> ((x) + y)) & 1]); in glue() macro 60 #undef FN in glue() 73 #define FN(x, y) COPY_PIXEL(d, palette[(data >> (y + 6 - (x)*2)) & 3]); in glue() macro 75 #define FN(x, y) COPY_PIXEL(d, palette[(data >> ((x)*2 + y)) & 3]); in glue() macro 88 #undef FN in glue() 101 #define FN(x, y) COPY_PIXEL(d, palette[(data >> (y + 4 - (x)*4)) & 0xf]); in glue() macro 103 #define FN(x, y) COPY_PIXEL(d, palette[(data >> ((x)*4 + y)) & 0xf]); in glue() macro 116 #undef FN in glue() [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | mve_helper.c | 788 #define DO_1OP(OP, ESIZE, TYPE, FN) \ argument 795 mergemask(&d[H##ESIZE(e)], FN(m[H##ESIZE(e)]), mask); \ 853 #define DO_1OP_IMM(OP, FN) \ argument 860 mergemask(&da[H8(e)], FN(da[H8(e)], imm), mask); \ 873 #define DO_2OP(OP, ESIZE, TYPE, FN) \ in DO_1OP_IMM() argument 882 FN(n[H##ESIZE(e)], m[H##ESIZE(e)]), mask); \ in DO_1OP_IMM() 888 #define DO_2OP_U(OP, FN) \ argument 889 DO_2OP(OP##b, 1, uint8_t, FN) \ 890 DO_2OP(OP##h, 2, uint16_t, FN) \ 891 DO_2OP(OP##w, 4, uint32_t, FN) [all …]
|
H A D | translate-mve.c | 531 #define DO_1OP_VEC(INSN, FN, VECFN) \ argument 535 gen_helper_mve_##FN##b, \ 536 gen_helper_mve_##FN##h, \ 537 gen_helper_mve_##FN##w, \ 543 #define DO_1OP(INSN, FN) DO_1OP_VEC(INSN, FN, NULL) argument 635 #define DO_VCVT_SH(INSN, FN) \ in DO_VCVT_RMODE() argument 641 return do_1op(s, a, gen_helper_mve_##FN); \ in DO_VCVT_RMODE() 695 #define DO_VMOVN(INSN, FN) \ argument 699 gen_helper_mve_##FN##b, \ 700 gen_helper_mve_##FN##h, \ [all …]
|
/openbmc/linux/include/trace/events/ |
H A D | skb.h | 12 #undef FN 13 #define FN(reason) TRACE_DEFINE_ENUM(SKB_DROP_REASON_##reason); macro 14 DEFINE_DROP_REASON(FN, FN) 16 #undef FN 18 #define FN(reason) { SKB_DROP_REASON_##reason, #reason }, macro 48 DEFINE_DROP_REASON(FN, FNe))) 51 #undef FN
|
H A D | xdp.h | 14 #define __XDP_ACT_MAP(FN) \ argument 15 FN(ABORTED) \ 16 FN(DROP) \ 17 FN(PASS) \ 18 FN(TX) \ 19 FN(REDIRECT) 307 #define __MEM_TYPE_MAP(FN) \ argument 308 FN(PAGE_SHARED) \ 309 FN(PAGE_ORDER0) \ 310 FN(PAGE_POOL) \ [all …]
|
/openbmc/linux/Documentation/admin-guide/laptops/ |
H A D | lg-laptop.rst | 13 The following FN keys are ignored by the kernel without this driver: 15 - FN-F1 (LG control panel) - Generates F15 16 - FN-F5 (Touchpad toggle) - Generates F21 17 - FN-F6 (Airplane mode) - Generates RFKILL 18 - FN-F9 (Reader mode) - Generates F14 20 The rest of the FN keys work without a need for a special driver. 31 FN Lock 35 FN lock. 75 The keyboard backlight is also controlled by the key combination FN-F8
|
/openbmc/linux/security/apparmor/include/ |
H A D | label.h | 135 #define last_error(E, FN) \ argument 137 int __subE = (FN); \ 179 #define fn_for_each_comb(L1, L2, P1, P2, FN) \ argument 184 last_error(__E, (FN)); \ 218 #define fn_for_each_in_ns(L, P, FN) \ argument 224 last_error(__E, (FN)); \ 230 #define fn_for_each_XXX(L, P, FN, ...) \ argument 235 last_error(__E, (FN)); \ 240 #define fn_for_each(L, P, FN) fn_for_each_XXX(L, P, FN) argument 241 #define fn_for_each_confined(L, P, FN) fn_for_each_XXX(L, P, FN, _confined) argument [all …]
|
H A D | perms.h | 168 #define xcheck_ns_profile_profile(P1, P2, FN, args...) \ argument 172 ____e = FN((P1), (P2), args); \ 176 #define xcheck_ns_profile_label(P, L, FN, args...) \ argument 180 xcheck_ns_profile_profile((P), __p2, (FN), args)); \ 183 #define xcheck_ns_labels(L1, L2, FN, args...) \ argument 186 fn_for_each((L1), __p1, FN(__p1, (L2), args)); \ 190 #define xcheck_labels_profiles(L1, L2, FN, args...) \ argument 191 xcheck_ns_labels((L1), (L2), xcheck_ns_profile_label, (FN), args)
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_i2c_hw.c | 39 #undef FN 40 #define FN(reg_name, field_name) \ macro 47 FN(DC_I2C_DDC1_SETUP, DC_I2C_DDC1_DATA_DRIVE_EN), 0, in execute_transaction() 48 FN(DC_I2C_DDC1_SETUP, DC_I2C_DDC1_CLK_DRIVE_EN), 0, in execute_transaction() 49 FN(DC_I2C_DDC1_SETUP, DC_I2C_DDC1_DATA_DRIVE_SEL), 0, in execute_transaction() 50 FN(DC_I2C_DDC1_SETUP, DC_I2C_DDC1_INTRA_TRANSACTION_DELAY), 0, in execute_transaction() 51 FN(DC_I2C_DDC1_SETUP, DC_I2C_DDC1_INTRA_BYTE_DELAY), 0); in execute_transaction() 289 FN(DC_I2C_DDC1_SPEED, DC_I2C_DDC1_PRESCALE), prescale, in set_speed() 290 FN(DC_I2C_DDC1_SPEED, DC_I2C_DDC1_THRESHOLD), 2, in set_speed() 291 FN(DC_I2C_DDC1_SPEED, DC_I2C_DDC1_START_STOP_TIMING_CNTL), speed > 50 ? 2:1); in set_speed() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0001-hook-Do-not-append-int-to-std-string.patch | 10 | || sprintf(syspath, "%s/%s", sysconfdir, FN + 1) < 0) 25 - syspath = malloc(strlen(sysconfdir) + sizeof FN); 26 + syspath = malloc(strlen(sysconfdir) + sizeof FN + 2); 27 + syspath[strlen(sysconfdir) + sizeof FN + 1] = '\0'; 29 - || sprintf(syspath, "%s/%s", sysconfdir, FN + 1) < 0) 30 + || sprintf(syspath, "%s/%s", sysconfdir, FN) < 0)
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/ |
H A D | dcn301_hubbub.c | 36 #undef FN 37 #define FN(reg_name, field_name) \ macro 46 #undef FN 47 #define FN(reg_name, field_name) \ macro
|
H A D | dcn301_hwseq.c | 38 #undef FN 39 #define FN(reg_name, field_name) \ macro
|
H A D | dcn301_dccg.c | 36 #undef FN 37 #define FN(reg_name, field_name) \ macro
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_hdr.h | 641 #define QLC_DEV_SET_REF_CNT(VAL, FN) ((VAL) |= (1 << (FN * 4))) argument 642 #define QLC_DEV_CLR_REF_CNT(VAL, FN) ((VAL) &= ~(1 << (FN * 4))) argument 643 #define QLC_DEV_SET_RST_RDY(VAL, FN) ((VAL) |= (1 << (FN * 4))) argument 644 #define QLC_DEV_SET_QSCNT_RDY(VAL, FN) ((VAL) |= (2 << (FN * 4))) argument 645 #define QLC_DEV_CLR_RST_QSCNT(VAL, FN) ((VAL) &= ~(3 << (FN * 4))) argument 647 #define QLC_DEV_GET_DRV(VAL, FN) (0xf & ((VAL) >> (FN * 4))) argument 648 #define QLC_DEV_SET_DRV(VAL, FN) ((VAL) << (FN * 4)) argument
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_hubbub.c | 39 #undef FN 40 #define FN(reg_name, field_name) \ macro 49 #undef FN 50 #define FN(reg_name, field_name) \ macro
|
H A D | dcn201_opp.c | 33 #undef FN 34 #define FN(reg_name, field_name) \ macro
|
/openbmc/linux/kernel/trace/ |
H A D | bpf_trace.c | 2327 #define REPEAT_1(FN, DL, X, ...) FN(X) argument 2328 #define REPEAT_2(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_1(FN, DL, __VA_ARGS__) argument 2329 #define REPEAT_3(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_2(FN, DL, __VA_ARGS__) argument 2330 #define REPEAT_4(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_3(FN, DL, __VA_ARGS__) argument 2331 #define REPEAT_5(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_4(FN, DL, __VA_ARGS__) argument 2332 #define REPEAT_6(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_5(FN, DL, __VA_ARGS__) argument 2333 #define REPEAT_7(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_6(FN, DL, __VA_ARGS__) argument 2334 #define REPEAT_8(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_7(FN, DL, __VA_ARGS__) argument 2335 #define REPEAT_9(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_8(FN, DL, __VA_ARGS__) argument 2336 #define REPEAT_10(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_9(FN, DL, __VA_ARGS__) argument [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn303/ |
H A D | dcn303_hwseq.c | 22 #undef FN 23 #define FN(reg_name, field_name) \ macro
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0001-Allow-applications-to-set-next-resource-handle.patch | 189 @@ -56,7 +56,8 @@ FN(int, eglIntCreateSurface_impl, ( 197 FN(int, eglIntCreatePbufferFromVGImage_impl, ( 199 @@ -110,7 +111,7 @@ FN(void, eglIntMakeCurrent_impl, (uint32_t pid_0, uint32_t pid_1, uint32_t glver 200 FN(int, eglIntFlushAndWait_impl, (uint32_t flushgl, uint32_t flushvg)) 201 FN(void, eglIntFlush_impl, (uint32_t flushgl, uint32_t flushvg)) 203 -FN(void, eglIntSwapBuffers_impl, (EGL_SURFACE_ID_T s, uint32_t width, uint32_t height, uint32_t ha… 204 +FN(void, eglIntSwapBuffers_impl, (EGL_SURFACE_ID_T s, uint32_t width, uint32_t height, uint32_t ha… 205 FN(void, eglIntSelectMipmap_impl, (EGL_SURFACE_ID_T s, int level)) 207 …FN(void, eglIntGetColorData_impl, (EGL_SURFACE_ID_T s, KHRN_IMAGE_FORMAT_T format, uint32_t width,…
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/ |
H A D | bios_parser_helper.c | 53 #undef FN 54 #define FN(reg_name, field_name) \ macro
|