Home
last modified time | relevance | path

Searched defs:P (Results 1 – 25 of 97) sorted by relevance

1234

/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
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
218 #define fn_for_each_in_ns(L, P, FN) \ argument
230 #define fn_for_each_XXX(L, P, FN, ...) \ argument
243 #define fn_for_each2_XXX(L1, L2, P, FN, ...) \ argument
253 #define fn_for_each_in_merge(L1, L2, P, FN) \ argument
[all …]
H A Dlib.h233 #define fn_label_build(L, P, GFP, FN) \ argument
288 #define __fn_build_in_ns(NS, P, NS_FN, OTHER_FN) \ argument
298 #define fn_label_build_in_ns(L, P, GFP, NS_FN, OTHER_FN) \ argument
H A Dperms.h176 #define xcheck_ns_profile_label(P, L, FN, args...) \ argument
193 #define xcheck_labels(L1, L2, P, FN1, FN2) \ argument
/openbmc/linux/drivers/isdn/mISDN/
H A Ddsp_blowfish.c374 u32 *P = dsp->bf_p; in dsp_bf_encrypt() local
466 u32 *P = dsp->bf_p; in dsp_bf_decrypt() local
563 encrypt_block(const u32 *P, const u32 *S, u32 *dst, u32 *src) in encrypt_block()
603 u32 *P = (u32 *)dsp->bf_p; in dsp_bf_init() local
/openbmc/u-boot/common/
H A Ddlmalloc.c841 #define check_free_chunk(P) do_check_free_chunk(P) argument
842 #define check_inuse_chunk(P) do_check_inuse_chunk(P) argument
843 #define check_chunk(P) do_check_chunk(P) argument
844 #define check_malloced_chunk(P,N) do_check_malloced_chunk(P,N) argument
846 #define check_free_chunk(P) argument
847 #define check_inuse_chunk(P) argument
848 #define check_chunk(P) argument
849 #define check_malloced_chunk(P,N) argument
870 #define frontlink(P, S, IDX, BK, FD) \ argument
902 #define unlink(P, BK, FD) \ argument
[all …]
/openbmc/linux/crypto/
H A Dblowfish_common.c313 const u32 *P = bctx->p; in encrypt_block() local
348 u32 *P = ctx->p; in blowfish_setkey() local
H A Dblowfish_generic.c40 const u32 *P = ctx->p; in bf_encrypt() local
72 const u32 *P = ctx->p; in bf_decrypt() local
/openbmc/qemu/subprojects/libvhost-user/include/
H A Datomic.h264 #define qatomic_read_i64(P) \ argument
266 #define qatomic_read_u64(P) \ argument
268 #define qatomic_set_i64(P, V) \ argument
270 #define qatomic_set_u64(P, V) \ argument
/openbmc/qemu/subprojects/libvduse/include/
H A Datomic.h264 #define qatomic_read_i64(P) \ argument
266 #define qatomic_read_u64(P) \ argument
268 #define qatomic_set_i64(P, V) \ argument
270 #define qatomic_set_u64(P, V) \ argument
/openbmc/qemu/include/qemu/
H A Datomic.h264 #define qatomic_read_i64(P) \ argument
266 #define qatomic_read_u64(P) \ argument
268 #define qatomic_set_i64(P, V) \ argument
270 #define qatomic_set_u64(P, V) \ argument
/openbmc/linux/kernel/sched/
H A Ddebug.c495 #define P(F) SEQ_printf(m, " .%-30s: %lld\n", #F, (long long)F) in print_cfs_group_stats() macro
719 #define P(x) \ in print_rt_rq() macro
777 #define P(x) \ in print_cpu() macro
805 #define P(n) SEQ_printf(m, " .%-30s: %d\n", #n, schedstat_val(rq->n)); in print_cpu() macro
845 #define P(x) \ in sched_debug_header() macro
862 #define P(x) \ in sched_debug_header() macro
956 #define P(F) __PS(#F, p->F) macro
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dnv50.c58 int P, N, M, id; in read_pll_src() local
198 u32 P = 0; in nv50_clk_read() local
326 calc_pll(struct nv50_clk *clk, u32 reg, u32 idx, int *N, int *M, int *P) in calc_pll()
H A Dpllgt215.c31 u32 freq, int *pN, int *pfN, int *pM, int *P) in gt215_pll_calc()
H A Dpllnv04.c49 int M, N, thisP, P; in getMNP_single() local
228 int *N1, int *M1, int *N2, int *M2, int *P) in nv04_pll_calc()
H A Dnv40.c44 int P = (ctrl & 0x00070000) >> 16; in read_pll_1() local
65 int P = (ctrl & 0x00070000) >> 16; in read_pll_2() local
H A Dnv04.c35 int N1, M1, N2, M2, P; in nv04_clk_pll_calc() local
H A Dmcp77.c87 u32 P = 0; in mcp77_clk_read() local
163 u32 clock, int *N, int *M, int *P) in calc_pll()
/openbmc/linux/arch/alpha/include/asm/
H A Dswitch_to.h9 #define switch_to(P,N,L) \ argument
/openbmc/linux/fs/jfs/
H A Djfs_btree.h54 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument
142 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\ argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dga100.c35 int N, fN, M, P; in ga100_devinit_pll_set() local
H A Dgv100.c35 int N, fN, M, P; in gv100_devinit_pll_set() local
/openbmc/linux/kernel/time/
H A Dtimer_list.c125 #define P(x) \ in print_cpu() macro
144 # define P(x) \ in print_cpu() macro
/openbmc/linux/scripts/
H A Dparse-maintainers.pl46 P: URI or file for subsystem specific coding styles label
/openbmc/openbmc-tools/altitude/
H A Daltitude21 def P(h): function
/openbmc/linux/drivers/video/fbdev/kyro/
H A DSTG4000Ramdac.c30 u32 F = 0, R = 0, P = 0; in InitialiseRamdac() local

1234