Home
last modified time | relevance | path

Searched defs:I (Results 1 – 25 of 66) sorted by relevance

123

/openbmc/linux/arch/loongarch/include/asm/
H A Datomic.h35 #define ATOMIC_OP(op, I, asm_op) \ argument
45 #define ATOMIC_OP_RETURN(op, I, asm_op, c_op) \ argument
59 #define ATOMIC_FETCH_OP(op, I, asm_op) \ argument
73 #define ATOMIC_OPS(op, I, asm_op, c_op) \ argument
88 #define ATOMIC_OPS(op, I, asm_op) \ argument
171 #define ATOMIC64_OP(op, I, asm_op) \ argument
181 #define ATOMIC64_OP_RETURN(op, I, asm_op, c_op) \ argument
194 #define ATOMIC64_FETCH_OP(op, I, asm_op) \ argument
208 #define ATOMIC64_OPS(op, I, asm_op, c_op) \ argument
223 #define ATOMIC64_OPS(op, I, asm_op) \ argument
/openbmc/linux/arch/riscv/include/asm/
H A Datomic.h54 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument
66 #define ATOMIC_OPS(op, asm_op, I) \ argument
69 #define ATOMIC_OPS(op, asm_op, I) \ argument
88 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ in ATOMIC_OPS() argument
113 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix) \ argument
127 #define ATOMIC_OPS(op, asm_op, c_op, I) \ argument
166 #define ATOMIC_OPS(op, asm_op, I) \ argument
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hdr.h551 #define NETXEN_NIU_GB_MAC_CONFIG_0(I) \ argument
553 #define NETXEN_NIU_GB_MAC_CONFIG_1(I) \ argument
555 #define NETXEN_NIU_GB_MAC_IPG_IFG(I) \ argument
559 #define NETXEN_NIU_GB_MAX_FRAME_SIZE(I) \ argument
561 #define NETXEN_NIU_GB_TEST_REG(I) \ argument
563 #define NETXEN_NIU_GB_MII_MGMT_CONFIG(I) \ argument
567 #define NETXEN_NIU_GB_MII_MGMT_ADDR(I) \ argument
569 #define NETXEN_NIU_GB_MII_MGMT_CTRL(I) \ argument
571 #define NETXEN_NIU_GB_MII_MGMT_STATUS(I) \ argument
575 #define NETXEN_NIU_GB_INTERFACE_CTRL(I) \ argument
[all …]
/openbmc/linux/rust/alloc/vec/
H A Dspec_extend.rs13 fn spec_extend(&mut self, iter: I); in spec_extend()
26 default fn spec_extend(&mut self, iter: I) { in spec_extend()
45 default fn spec_extend(&mut self, iterator: I) { in spec_extend()
85 default fn spec_extend(&mut self, iterator: I) { in spec_extend()
/openbmc/linux/security/apparmor/include/
H A Dlabel.h156 #define label_for_each(I, L, P) \ argument
160 #define label_for_each_cont(I, L, P) \ argument
163 #define next_comb(I, L1, L2) \ argument
174 #define label_for_each_comb(I, L1, L2, P1, P2) \ argument
190 #define label_for_each_confined(I, L, P) \ argument
195 #define label_for_each_in_merge(I, A, B, P) \ argument
200 #define label_for_each_not_in_set(I, SET, SUB, P) \ argument
213 #define label_for_each_in_ns(I, NS, L, P) \ argument
/openbmc/linux/include/linux/platform_data/
H A Dadp8870.h85 #define ADP8870_BL_CUR_mA(I) ((I * 127) / 30) argument
90 #define ADP8870_L2_COMP_CURR_uA(I) ((I * 255) / 1106) argument
95 #define ADP8870_L3_COMP_CURR_uA(I) ((I * 255) / 551) argument
100 #define ADP8870_L4_COMP_CURR_uA(I) ((I * 255) / 275) argument
105 #define ADP8870_L5_COMP_CURR_uA(I) ((I * 255) / 138) argument
H A Dadp8860.h88 #define ADP8860_BL_CUR_mA(I) ((I * 127) / 30) argument
93 #define ADP8860_L2_COMP_CURR_uA(I) ((I * 255) / 1106) argument
98 #define ADP8860_L3_COMP_CURR_uA(I) ((I * 255) / 138) argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/top/
H A Dgk104.c73 #define I_(T,I) do { info->type = (T); info->inst = (I); } while(0) in gk104_top_parse() argument
74 #define O_(T,I) do { WARN_ON(inst); I_(T, I); } while (0) in gk104_top_parse() argument
H A Dga100.c69 #define I_(T,I) do { info->type = (T); info->inst = (I); } while(0) in ga100_top_parse() argument
70 #define O_(T,I) do { WARN_ON(inst); I_(T, I); } while (0) in ga100_top_parse() argument
/openbmc/linux/drivers/comedi/drivers/ni_routing/
H A Dni_route_values.h43 #define I(x) V(x) macro
50 #define I(x) (((x) & 0x7f) | 0x100) macro
/openbmc/linux/crypto/
H A Dcast6_generic.c95 u32 I; in W() local
155 u32 I; in Q() local
165 u32 I; in QBAR() local
H A Dsha512_generic.c88 static inline void LOAD_OP(int I, u64 *W, const u8 *input) in LOAD_OP()
93 static inline void BLEND_OP(int I, u64 *W) in BLEND_OP()
H A Dcast5_generic.c306 u32 I; /* used by the Fx macros */ in __cast5_encrypt() local
361 u32 I; in __cast5_decrypt() local
/openbmc/qemu/tests/tcg/s390x/
H A Dvxeh2_vs.c37 S390Vector *v3, const uint8_t I) in vsld()
47 S390Vector *v3, const uint8_t I) in vsrd()
/openbmc/linux/rust/kernel/
H A Dinit.rs1019 pub fn init_array_from_fn<I, const N: usize, T, E>( in init_array_from_fn()
1020 mut make_init: impl FnMut(usize) -> I, in init_array_from_fn()
1063 pub fn pin_init_array_from_fn<I, const N: usize, T, E>( in pin_init_array_from_fn()
1064 mut make_init: impl FnMut(usize) -> I, in pin_init_array_from_fn()
/openbmc/qemu/target/ppc/
H A Dmem_helper.c406 #define I(x) (x) macro
407 LVE(lvebx, cpu_ldub_data_ra, I, u8) in LVE() argument
434 #define I(x) (x) macro
/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dtuple_to_array.hpp30 std::integer_sequence<std::size_t, I...>) in tuple_to_array() argument
/openbmc/linux/lib/crypto/
H A Dsha256.c54 static inline void LOAD_OP(int I, u32 *W, const u8 *input) in LOAD_OP()
59 static inline void BLEND_OP(int I, u32 *W) in BLEND_OP()
/openbmc/linux/arch/powerpc/perf/req-gen/
H A D_begin.h10 #define I(...) __VA_ARGS__ macro
/openbmc/linux/tools/perf/util/
H A Ds390-cpumsf-kernel.h24 unsigned int I:1; /* 31 entry valid or invalid */ member
36 unsigned int I:1; /* 31 entry valid or invalid */ member
/openbmc/linux/drivers/media/tuners/
H A Dmt2060.c136 int I,J; in mt2060_spurcalc() local
156 int I,J; in mt2060_spurcheck() local
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dlog.hpp72 void helper_log(T&& e, std::integer_sequence<size_t, I...>) in helper_log() argument
/openbmc/u-boot/lib/
H A Dsha512.c130 static inline void LOAD_OP(int I, uint64_t *W, const uint8_t *input) in LOAD_OP()
135 static inline void BLEND_OP(int I, uint64_t *W) in BLEND_OP()
/openbmc/linux/fs/ntfs3/
H A Ddebug.h18 #define Add2Ptr(P, I) ((void *)((u8 *)(P) + (I))) argument
/openbmc/linux/rust/alloc/collections/
H A Dmod.rs155 fn spec_extend(&mut self, iter: I); in spec_extend()

123