Home
last modified time | relevance | path

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

123

/Linux-v5.4/arch/sh/lib64/
Dmemcpy.S47 #define LDUAQ(P,O,D0,D1) ldlo.q P,O,D0; ldhi.q P,O+7,D1 argument
48 #define STUAQ(P,O,D0,D1) stlo.q P,O,D0; sthi.q P,O+7,D1 argument
49 #define LDUAL(P,O,D0,D1) ldlo.l P,O,D0; ldhi.l P,O+3,D1 argument
50 #define STUAL(P,O,D0,D1) stlo.l P,O,D0; sthi.l P,O+3,D1 argument
Dcopy_user_memcpy.S62 #define LDUAQ(P,O,D0,D1) ldlo.q P,O,D0; ldhi.q P,O+7,D1 argument
63 #define STUAQ(P,O,D0,D1) stlo.q P,O,D0; sthi.q P,O+7,D1 argument
64 #define LDUAL(P,O,D0,D1) ldlo.l P,O,D0; ldhi.l P,O+3,D1 argument
65 #define STUAL(P,O,D0,D1) stlo.l P,O,D0; sthi.l P,O+3,D1 argument
/Linux-v5.4/security/apparmor/include/
Dlabel.h157 #define label_for_each(I, L, P) \ argument
161 #define label_for_each_cont(I, L, P) \ argument
191 #define label_for_each_confined(I, L, P) \ argument
196 #define label_for_each_in_merge(I, A, B, P) \ argument
201 #define label_for_each_not_in_set(I, SET, SUB, P) \ argument
214 #define label_for_each_in_ns(I, NS, L, P) \ argument
219 #define fn_for_each_in_ns(L, P, FN) \ argument
231 #define fn_for_each_XXX(L, P, FN, ...) \ argument
241 #define fn_for_each(L, P, FN) fn_for_each_XXX(L, P, FN) argument
242 #define fn_for_each_confined(L, P, FN) fn_for_each_XXX(L, P, FN, _confined) argument
[all …]
Dlib.h217 #define fn_label_build(L, P, GFP, FN) \ argument
272 #define __fn_build_in_ns(NS, P, NS_FN, OTHER_FN) \ argument
282 #define fn_label_build_in_ns(L, P, GFP, NS_FN, OTHER_FN) \ argument
Dperms.h115 #define xcheck_ns_profile_label(P, L, FN, args...) \ argument
132 #define xcheck_labels(L1, L2, P, FN1, FN2) \ argument
/Linux-v5.4/drivers/isdn/mISDN/
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
/Linux-v5.4/kernel/sched/
Ddebug.c379 #define P(F) SEQ_printf(m, " .%-30s: %lld\n", #F, (long long)F) in print_cfs_group_stats() macro
571 #define P(x) \ in print_rt_rq() macro
630 #define P(x) \ in print_cpu() macro
659 #define P(n) SEQ_printf(m, " .%-30s: %d\n", #n, schedstat_val(rq->n)); in print_cpu() macro
701 #define P(x) \ in sched_debug_header() macro
718 #define P(x) \ in sched_debug_header() macro
815 #define P(F) SEQ_printf(m, "%-45s:%21Ld\n", #F, (long long)p->F) macro
868 #define P(F) \ in proc_sched_show_task() macro
/Linux-v5.4/crypto/
Dblowfish_common.c312 const u32 *P = bctx->p; in encrypt_block() local
347 u32 *P = ctx->p; in blowfish_setkey() local
Dblowfish_generic.c41 const u32 *P = ctx->p; in bf_encrypt() local
75 const u32 *P = ctx->p; in bf_decrypt() local
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dnv50.c58 int P, N, M, id; in read_pll_src() local
198 u32 P = 0; in nv50_clk_read() local
325 calc_pll(struct nv50_clk *clk, u32 reg, u32 idx, int *N, int *M, int *P) in calc_pll()
Dpllgt215.c31 u32 freq, int *pN, int *pfN, int *pM, int *P) in gt215_pll_calc()
Dnv40.c44 int P = (ctrl & 0x00070000) >> 16; in read_pll_1() local
65 int P = (ctrl & 0x00070000) >> 16; in read_pll_2() local
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()
Dnv04.c35 int N1, M1, N2, M2, P; in nv04_clk_pll_calc() local
Dmcp77.c87 u32 P = 0; in mcp77_clk_read() local
166 u32 clock, int *N, int *M, int *P) in calc_pll()
/Linux-v5.4/arch/alpha/include/asm/
Dswitch_to.h9 #define switch_to(P,N,L) \ argument
/Linux-v5.4/samples/bpf/
Dtracex1_kern.c13 #define _(P) ({typeof(P) val = 0; bpf_probe_read(&val, sizeof(val), &P); val;}) argument
Dtest_overhead_kprobe_kern.c12 #define _(P) ({typeof(P) val = 0; bpf_probe_read(&val, sizeof(val), &P); val;}) argument
/Linux-v5.4/fs/jfs/
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
/Linux-v5.4/arch/x86/mm/
Ddump_pagetables.c358 pgprotval_t eff_in, unsigned long P) in walk_pte_level()
406 pgprotval_t eff_in, unsigned long P) in walk_pmd_level()
439 pgprotval_t eff_in, unsigned long P) in walk_pud_level()
472 pgprotval_t eff_in, unsigned long P) in walk_p4d_level()
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dgv100.c35 int N, fN, M, P; in gv100_devinit_pll_set() local
Dtu102.c35 int N, fN, M, P; in tu102_devinit_pll_set() local
Dgf100.c37 int N, fN, M, P; in gf100_devinit_pll_set() local
/Linux-v5.4/kernel/time/
Dtimer_list.c140 #define P(x) \ in print_cpu() macro
159 # define P(x) \ in print_cpu() macro
/Linux-v5.4/drivers/video/fbdev/kyro/
DSTG4000Ramdac.c30 u32 F = 0, R = 0, P = 0; in InitialiseRamdac() local

123