/kernel/linux/linux-6.6/include/net/ |
H A D | dropreason-core.h | 6 #define DEFINE_DROP_REASON(FN, FNe) \ 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_CSU [all...] |
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | bpf.h | 3771 #define __BPF_FUNC_MAPPER(FN) \ 3772 FN(unspec), \ 3773 FN(map_lookup_elem), \ 3774 FN(map_update_elem), \ 3775 FN(map_delete_elem), \ 3776 FN(probe_read), \ 3777 FN(ktime_get_ns), \ 3778 FN(trace_printk), \ 3779 FN(get_prandom_u32), \ 3780 FN(get_smp_processor_i [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | bpf.h | 3771 #define __BPF_FUNC_MAPPER(FN) \ 3772 FN(unspec), \ 3773 FN(map_lookup_elem), \ 3774 FN(map_update_elem), \ 3775 FN(map_delete_elem), \ 3776 FN(probe_read), \ 3777 FN(ktime_get_ns), \ 3778 FN(trace_printk), \ 3779 FN(get_prandom_u32), \ 3780 FN(get_smp_processor_i [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | bpf.h | 455 #define __BPF_FUNC_MAPPER(FN) FN(unspec), FN(map_lookup_elem), FN(map_update_elem), FN(map_delete_elem), FN(probe_read), FN(ktime_get_ns), FN(trace_printk), FN(get_prandom_u32), FN(get_smp_processor_i [all...] |
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | bpf.h | 455 #define __BPF_FUNC_MAPPER(FN) FN(unspec), FN(map_lookup_elem), FN(map_update_elem), FN(map_delete_elem), FN(probe_read), FN(ktime_get_ns), FN(trace_printk), FN(get_prandom_u32), FN(get_smp_processor_i [all...] |
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | bpf.h | 5654 #define ___BPF_FUNC_MAPPER(FN, ctx...) \ 5655 FN(unspec, 0, ##ctx) \ 5656 FN(map_lookup_elem, 1, ##ctx) \ 5657 FN(map_update_elem, 2, ##ctx) \ 5658 FN(map_delete_elem, 3, ##ctx) \ 5659 FN(probe_read, 4, ##ctx) \ 5660 FN(ktime_get_ns, 5, ##ctx) \ 5661 FN(trace_printk, 6, ##ctx) \ 5662 FN(get_prandom_u32, 7, ##ctx) \ 5663 FN(get_smp_processor_i [all...] |
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | bpf.h | 5654 #define ___BPF_FUNC_MAPPER(FN, ctx...) \ 5655 FN(unspec, 0, ##ctx) \ 5656 FN(map_lookup_elem, 1, ##ctx) \ 5657 FN(map_update_elem, 2, ##ctx) \ 5658 FN(map_delete_elem, 3, ##ctx) \ 5659 FN(probe_read, 4, ##ctx) \ 5660 FN(ktime_get_ns, 5, ##ctx) \ 5661 FN(trace_printk, 6, ##ctx) \ 5662 FN(get_prandom_u32, 7, ##ctx) \ 5663 FN(get_smp_processor_i [all...] |
/kernel/linux/linux-6.6/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(re [all...] |
/kernel/linux/linux-5.10/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(re [all...] |
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | bpf.h | 292 #define __BPF_FUNC_MAPPER(FN) \ 293 FN(unspec), \ 294 FN(map_lookup_elem), \ 295 FN(map_update_elem), \ 296 FN(map_delete_elem), \ 297 FN(probe_read), \ 298 FN(ktime_get_ns), \ 299 FN(trace_printk), \ 300 FN(get_prandom_u32), \ 301 FN(get_smp_processor_i [all...] |
/kernel/linux/linux-5.10/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(re [all...] |
/kernel/linux/linux-6.6/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(re [all...] |
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | skb.h | 12 #undef FN macro 13 #define FN(reason) TRACE_DEFINE_ENUM(SKB_DROP_REASON_##reason); macro 14 DEFINE_DROP_REASON(FN, FN) 16 #undef FN macro 18 #define FN(reason) { SKB_DROP_REASON_##reason, #reason }, macro 48 DEFINE_DROP_REASON(FN, FNe))) 51 #undef FN macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_i2c_hw.c | 39 #undef FN macro 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() 282 FN(DC_I2C_DDC1_SPEED, DC_I2C_DDC1_PRESCALE), prescale, in set_speed() 283 FN(DC_I2C_DDC1_SPEED, DC_I2C_DDC1_THRESHOLD), 2, in set_speed() 284 FN(DC_I2C_DDC1_SPEE in set_speed() [all...] |
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | label.h | 137 #define last_error(E, FN) \ 139 int __subE = (FN); \ 180 #define fn_for_each_comb(L1, L2, P1, P2, FN) \ 185 last_error(__E, (FN)); \ 219 #define fn_for_each_in_ns(L, P, FN) \ 225 last_error(__E, (FN)); \ 231 #define fn_for_each_XXX(L, P, FN, ...) \ 236 last_error(__E, (FN)); \ 241 #define fn_for_each(L, P, FN) fn_for_each_XXX(L, P, FN) [all...] |
H A D | perms.h | 107 #define xcheck_ns_profile_profile(P1, P2, FN, args...) \ 111 ____e = FN((P1), (P2), args); \ 115 #define xcheck_ns_profile_label(P, L, FN, args...) \ 119 xcheck_ns_profile_profile((P), __p2, (FN), args)); \ 122 #define xcheck_ns_labels(L1, L2, FN, args...) \ 125 fn_for_each((L1), __p1, FN(__p1, (L2), args)); \ 128 /* Do the cross check but applying FN at the profiles level */ 129 #define xcheck_labels_profiles(L1, L2, FN, args...) \ 130 xcheck_ns_labels((L1), (L2), xcheck_ns_profile_label, (FN), args)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_i2c_hw.c | 39 #undef FN macro 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_SPEE in set_speed() [all...] |
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | label.h | 135 #define last_error(E, FN) \ 137 int __subE = (FN); \ 179 #define fn_for_each_comb(L1, L2, P1, P2, FN) \ 184 last_error(__E, (FN)); \ 218 #define fn_for_each_in_ns(L, P, FN) \ 224 last_error(__E, (FN)); \ 230 #define fn_for_each_XXX(L, P, FN, ...) \ 235 last_error(__E, (FN)); \ 240 #define fn_for_each(L, P, FN) fn_for_each_XXX(L, P, FN) [all...] |
H A D | perms.h | 168 #define xcheck_ns_profile_profile(P1, P2, FN, args...) \ 172 ____e = FN((P1), (P2), args); \ 176 #define xcheck_ns_profile_label(P, L, FN, args...) \ 180 xcheck_ns_profile_profile((P), __p2, (FN), args)); \ 183 #define xcheck_ns_labels(L1, L2, FN, args...) \ 186 fn_for_each((L1), __p1, FN(__p1, (L2), args)); \ 189 /* Do the cross check but applying FN at the profiles level */ 190 #define xcheck_labels_profiles(L1, L2, FN, args...) \ 191 xcheck_ns_labels((L1), (L2), xcheck_ns_profile_label, (FN), args)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn301/ |
H A D | dcn301_hubbub.c | 36 #undef FN macro 37 #define FN(reg_name, field_name) \ macro 46 #undef FN macro 47 #define FN(reg_name, field_name) \ macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_hubbub.c | 39 #undef FN macro 40 #define FN(reg_name, field_name) \ macro 49 #undef FN macro 50 #define FN(reg_name, field_name) \ macro
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_hdr.h | 641 #define QLC_DEV_SET_REF_CNT(VAL, FN) ((VAL) |= (1 << (FN * 4))) 642 #define QLC_DEV_CLR_REF_CNT(VAL, FN) ((VAL) &= ~(1 << (FN * 4))) 643 #define QLC_DEV_SET_RST_RDY(VAL, FN) ((VAL) |= (1 << (FN * 4))) 644 #define QLC_DEV_SET_QSCNT_RDY(VAL, FN) ((VAL) |= (2 << (FN * 4))) 645 #define QLC_DEV_CLR_RST_QSCNT(VAL, FN) ((VAL) &= ~(3 << (FN * [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_hdr.h | 641 #define QLC_DEV_SET_REF_CNT(VAL, FN) ((VAL) |= (1 << (FN * 4))) 642 #define QLC_DEV_CLR_REF_CNT(VAL, FN) ((VAL) &= ~(1 << (FN * 4))) 643 #define QLC_DEV_SET_RST_RDY(VAL, FN) ((VAL) |= (1 << (FN * 4))) 644 #define QLC_DEV_SET_QSCNT_RDY(VAL, FN) ((VAL) |= (2 << (FN * 4))) 645 #define QLC_DEV_CLR_RST_QSCNT(VAL, FN) ((VAL) &= ~(3 << (FN * [all...] |
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
H A D | gcc-common.h | 405 #define ENTRY_BLOCK_PTR_FOR_FN(FN) ENTRY_BLOCK_PTR_FOR_FUNCTION(FN) 406 #define EXIT_BLOCK_PTR_FOR_FN(FN) EXIT_BLOCK_PTR_FOR_FUNCTION(FN) 407 #define basic_block_info_for_fn(FN) ((FN)->cfg->x_basic_block_info) 408 #define n_basic_blocks_for_fn(FN) ((FN)->cfg->x_n_basic_blocks) 409 #define n_edges_for_fn(FN) ((FN) [all...] |
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | xdp.h | 13 #define __XDP_ACT_MAP(FN) \ 14 FN(ABORTED) \ 15 FN(DROP) \ 16 FN(PASS) \ 17 FN(TX) \ 18 FN(REDIRECT) 294 #define __MEM_TYPE_MAP(FN) \ 295 FN(PAGE_SHARED) \ 296 FN(PAGE_ORDER0) \ 297 FN(PAGE_POO [all...] |