Searched refs:FN1 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/security/apparmor/include/ |
H A D | perms.h | 153 #define xcheck(FN1, FN2) \ argument 155 int e, error = FN1; \ 193 #define xcheck_labels(L1, L2, P, FN1, FN2) \ argument 194 xcheck(fn_for_each((L1), (P), (FN1)), fn_for_each((L2), (P), (FN2)))
|
/openbmc/qemu/target/arm/tcg/ |
H A D | mve_helper.c | 1147 #define DO_VCADD(OP, ESIZE, TYPE, FN0, FN1) \ argument 1159 r[e] = FN1(n[H##ESIZE(e)], m[H##ESIZE(e - 1)]); \ 1168 #define DO_VCADD_ALL(OP, FN0, FN1) \ argument 1169 DO_VCADD(OP##b, 1, int8_t, FN0, FN1) \ 1170 DO_VCADD(OP##h, 2, int16_t, FN0, FN1) \ 1171 DO_VCADD(OP##w, 4, int32_t, FN0, FN1) 2875 #define DO_VCADD_FP(OP, ESIZE, TYPE, FN0, FN1) \ in DO_2OP_FP_ALL() argument 2901 r[e] = FN1(n[H##ESIZE(e)], m[H##ESIZE(e - 1)], fpst); \ in DO_2OP_FP_ALL()
|
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | pfc-r8a73a4.c | 111 PORT_ALL(FN1), /* PORT0_FN1 -> PORT329_FN1 */
|
H A D | pfc-r8a7740.c | 58 PORT_ALL(FN1), /* PORT0_FN1 -> PORT211_FN1 */
|
H A D | pfc-sh73a0.c | 67 PORT_ALL(FN1), /* PORT0_FN1 -> PORT309_FN1 */
|
/openbmc/u-boot/arch/arm/mach-rmobile/ |
H A D | pfc-r8a7740.c | 64 PORT_ALL(FN1), /* PORT0_FN1 -> PORT211_FN1 */
|
H A D | pfc-sh73a0.c | 84 PORT_ALL(FN1), /* PORT0_FN1 -> PORT309_FN1 */
|