/linux/security/apparmor/include/ |
H A D | label.h | 55 #define cleanup_domain_vec(V, L) cleanup_label_vec((V), (L)->size) argument 171 #define label_for_each(I, L, P) \ argument 175 #define label_for_each_cont(I, L, P) \ argument 181 #define label_for_each_confined(I, L, P) \ argument 196 #define next_in_ns(i, NS, L) \ argument 204 #define label_for_each_in_ns(I, NS, L, P) \ argument 209 #define fn_for_each_in_ns(L, P, FN) \ argument 221 #define fn_for_each_XXX(L, P, FN, ...) \ argument 231 #define fn_for_each(L, P, FN) fn_for_each_XXX(L, P, FN) argument 232 #define fn_for_each_confined(L, P, FN) fn_for_each_XXX(L, P, FN, _confined) argument [all …]
|
H A D | af_unix.h | 21 #define unix_addr_len(L) ((L) - sizeof(sa_family_t)) argument 24 #define is_unix_addr_anon(A, L) ((A) && unix_addr_len(L) <= 0) argument 25 #define is_unix_addr_fs(A, L) (!is_unix_addr_anon(A, L) && \ argument
|
H A D | lib.h | 254 #define fn_label_build(L, P, GFP, FN) \ argument 319 #define fn_label_build_in_ns(L, P, GFP, NS_FN, OTHER_FN) \ argument
|
H A D | perms.h | 179 #define xcheck_ns_profile_label(P, L, FN, args...) \ argument
|
/linux/tools/testing/selftests/powerpc/include/ |
H A D | instructions.h | 9 #define __COPY(RA, RB, L) \ argument 11 #define COPY(RA, RB, L) \ argument 33 #define __PASTE(RA, RB, L, RC) \ argument 35 #define PASTE(RA, RB, L, RC) \ argument
|
/linux/arch/alpha/include/asm/ |
H A D | switch_to.h | 9 #define switch_to(P,N,L) \ argument
|
/linux/arch/arm64/lib/ |
H A D | memcmp.S | 17 #define L(label) .L ## label macro
|
H A D | memchr.S | 20 #define L(label) .L ## label macro
|
H A D | strlen.S | 18 #define L(label) .L ## label macro
|
H A D | strcmp.S | 18 #define L(label) .L ## label macro
|
H A D | memcpy.S | 18 #define L(label) .L ## label macro
|
H A D | strncmp.S | 18 #define L(label) .L ## label macro
|
/linux/arch/arm64/kernel/ |
H A D | compat_alignment.c | 185 u32 L = (tinstr & (1<<11)) >> 11; in thumb2arm() local 251 u32 L = !!(LDST_L_BIT(instr)); in do_alignment_t32_to_handler() local
|
/linux/crypto/krb5/ |
H A D | krb5_kdf.c | 34 unsigned int L, in crypto_krb5_calc_PRFplus()
|
/linux/drivers/gpu/drm/sprd/ |
H A D | megacores_pll.c | 15 #define L 0 macro
|
/linux/net/rxrpc/ |
H A D | rxgk_kdf.c | 64 unsigned int L = krb5->key_bytes; in rxgk_derive_transport_key() local
|
/linux/drivers/clk/pxa/ |
H A D | clk-pxa27x.c | 51 #define PXA27x_CCCR(A, L, N2) (A << 25 | N2 << 7 | L) argument 206 unsigned int l, L, n2, N; in clk_pxa27x_cpll_get_rate() local
|
/linux/crypto/ |
H A D | fcrypt.c | 223 #define F_ENCRYPT(R, L, sched) \ argument
|
H A D | wp512.c | 785 u64 L[8]; in wp512_process_buffer() local
|
/linux/drivers/scsi/arm/ |
H A D | cumana_1.c | 41 #define L(v) (((v)<<16)|((v) & 0x0000ffff)) macro
|
/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib.h | 131 #define UPDATE_PTR_LEFT(N, P, L) \ argument
|
/linux/scripts/gcc-plugins/ |
H A D | gcc-common.h | 390 #define ipa_ref_list_referring_iterate(L, I, P) \ argument 392 #define ipa_ref_list_reference_iterate(L, I, P) \ argument
|
/linux/arch/arm/mm/ |
H A D | alignment.c | 610 u32 L = (tinstr & (1<<11)) >> 11; in thumb2arm() local 736 u32 L = !!(LDST_L_BIT(instr)); in do_alignment_t32_to_handler() local
|
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn20/ |
H A D | dcn20_optc.c | 270 uint64_t L, XY; in optc2_align_vblanks() local
|
/linux/lib/crypto/mips/ |
H A D | chacha-core.S | 182 #define AXR(A, B, C, D, K, L, M, N, V, W, Y, Z, S) \ argument
|