/linux-4.4.14/arch/sh/lib64/ |
D | memcpy.S | 46 #define LDUAQ(P,O,D0,D1) ldlo.q P,O,D0; ldhi.q P,O+7,D1 argument 47 #define STUAQ(P,O,D0,D1) stlo.q P,O,D0; sthi.q P,O+7,D1 argument 48 #define LDUAL(P,O,D0,D1) ldlo.l P,O,D0; ldhi.l P,O+3,D1 argument 49 #define STUAL(P,O,D0,D1) stlo.l P,O,D0; sthi.l P,O+3,D1 argument
|
D | copy_user_memcpy.S | 61 #define LDUAQ(P,O,D0,D1) ldlo.q P,O,D0; ldhi.q P,O+7,D1 argument 62 #define STUAQ(P,O,D0,D1) stlo.q P,O,D0; sthi.q P,O+7,D1 argument 63 #define LDUAL(P,O,D0,D1) ldlo.l P,O,D0; ldhi.l P,O+3,D1 argument 64 #define STUAL(P,O,D0,D1) stlo.l P,O,D0; sthi.l P,O+3,D1 argument
|
/linux-4.4.14/kernel/sched/ |
D | debug.c | 66 #define P(F) \ in print_cfs_group_stats() macro 245 #define P(x) \ in print_rt_rq() macro 283 #define P(x) \ in print_cpu() macro 313 #define P(n) SEQ_printf(m, " .%-30s: %d\n", #n, rq->n); in print_cpu() macro 363 #define P(x) \ in sched_debug_header() macro 380 #define P(x) \ in sched_debug_header() macro 503 #define P(F) \ macro 558 #define P(F) \ in proc_sched_show_task() macro
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | dsp_blowfish.c | 374 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-4.4.14/crypto/ |
D | blowfish_common.c | 317 const u32 *P = bctx->p; in encrypt_block() local 352 u32 *P = ctx->p; in blowfish_setkey() local
|
D | blowfish_generic.c | 46 const u32 *P = ctx->p; in bf_encrypt() local 80 const u32 *P = ctx->p; in bf_decrypt() local
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | switch_to.h | 8 #define switch_to(P,N,L) \ argument
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | nv50.c | 58 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()
|
D | pllgt215.c | 31 u32 freq, int *pN, int *pfN, int *pM, int *P) in gt215_pll_calc()
|
D | pllnv04.c | 49 int M, N, thisP, P; in getMNP_single() local 228 int *N1, int *M1, int *N2, int *M2, int *P) in nv04_pll_calc()
|
D | nv40.c | 44 int P = (ctrl & 0x00070000) >> 16; in read_pll_1() local 65 int P = (ctrl & 0x00070000) >> 16; in read_pll_2() local
|
D | nv04.c | 35 int N1, M1, N2, M2, P; in nv04_clk_pll_calc() local
|
D | mcp77.c | 87 u32 P = 0; in mcp77_clk_read() local 166 u32 clock, int *N, int *M, int *P) in calc_pll()
|
D | gt215.c | 112 u32 sclk = 0, P = 1, N = 1, M = 1; in read_pll() local 238 int P, N, M, diff; in gt215_pll_info() local
|
D | gf100.c | 64 u32 P = (coef & 0x003f0000) >> 16; in read_pll() local 247 int N, M, P, ret; in calc_pll() local
|
D | gk104.c | 65 u32 P = (coef & 0x003f0000) >> 16; in read_pll() local 268 int N, M, P, ret; in calc_pll() local
|
/linux-4.4.14/samples/bpf/ |
D | tracex1_kern.c | 13 #define _(P) ({typeof(P) val = 0; bpf_probe_read(&val, sizeof(val), &P); val;}) argument
|
/linux-4.4.14/tools/perf/util/ |
D | ctype.c | 14 P = GIT_PRINT_EXTRA, /* printable - alpha - digit - glob - regex */ enumerator
|
/linux-4.4.14/fs/jfs/ |
D | jfs_btree.h | 67 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument 155 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\ argument
|
D | jfs_xtree.c | 67 #define XT_GETPAGE(IP, BN, MP, SIZE, P, RC) \ argument 88 #define XT_GETSEARCH(IP, LEAF, BN, MP, P, INDEX) \ argument
|
D | jfs_dtree.c | 127 #define DT_GETPAGE(IP, BN, MP, SIZE, P, RC) \ argument 146 #define DT_GETSEARCH(IP, LEAF, BN, MP, P, INDEX) \ argument
|
/linux-4.4.14/arch/x86/mm/ |
D | dump_pagetables.c | 280 unsigned long P) in walk_pte_level() 298 unsigned long P) in walk_pmd_level() 330 unsigned long P) in walk_pud_level()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | gf100.c | 37 int N, fN, M, P; in gf100_devinit_pll_set() local
|
D | gt215.c | 37 int N, fN, M, P; in gt215_devinit_pll_set() local
|
D | nv50.c | 41 int N1, M1, N2, M2, P; in nv50_devinit_pll_set() local
|
D | nv04.c | 363 int N1, M1, N2, M2, P; in nv04_devinit_pll_set() local
|
/linux-4.4.14/drivers/video/fbdev/kyro/ |
D | STG4000Ramdac.c | 30 u32 F = 0, R = 0, P = 0; in InitialiseRamdac() local
|
D | STG4000InitDevice.c | 245 u32 F, R, P; in SetCoreClockPLL() local
|
/linux-4.4.14/kernel/time/ |
D | timer_list.c | 153 #define P(x) \ in print_cpu() macro 172 # define P(x) \ in print_cpu() macro
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | io.c | 685 byte *P = (byte *)buffer; in io_in_buffer() local 727 byte *P = (byte *)buffer; in io_out_buffer() local 844 void *PTR_P(ADAPTER *a, ENTITY *e, void *P) in PTR_P()
|
D | di_defs.h | 46 byte P[270]; /* data/parameter field */ member 69 byte *P; member
|
D | divasmain.c | 458 void __inline__ inppw_buffer(void __iomem *addr, void *P, int length) in inppw_buffer() 463 void __inline__ outppw_buffer(void __iomem *addr, void *P, int length) in outppw_buffer()
|
D | debug.c | 1335 static word SuperTraceCreateReadReq(byte *P, const char *path) { in SuperTraceCreateReadReq() 1356 static void single_p(byte *P, word *PLength, byte Id) { in single_p()
|
D | pc.h | 33 byte P[270]; /* data/parameter field */ member
|
D | divacapi.h | 157 void *P; member
|
/linux-4.4.14/drivers/video/fbdev/nvidia/ |
D | nv_hw.c | 144 unsigned int pll, N, M, MB, NB, P; in nvGetClocks() local 684 unsigned int M, N, P, pll, MClk, NVClk, memctrl; in nForceUpdateArbitrationSettings() local 771 unsigned M, N, P; in CalcVClock() local 817 unsigned M, N, P; in CalcVClock2Stage() local
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 30 #define QLC_DCB_GET_TC_PRIO(X, P) ((X >> (P * 3)) & 0x7) argument 31 #define QLC_DCB_GET_PGID_PRIO(X, P) ((X >> (P * 8)) & 0xff) argument 32 #define QLC_DCB_GET_BWPER_PG(X, P) ((X >> (P * 8)) & 0xff) argument 33 #define QLC_DCB_GET_TSA_PG(X, P) ((X >> (P * 8)) & 0xff) argument 34 #define QLC_DCB_GET_PFC_PRIO(X, P) (((X >> 24) >> P) & 0x1) argument
|
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
D | usnic_ib.h | 127 #define UPDATE_PTR_LEFT(N, P, L) \ argument
|
/linux-4.4.14/drivers/video/fbdev/riva/ |
D | riva_hw.c | 619 unsigned int M, N, P, pll, MClk; in nv3UpdateArbitrationSettings() local 808 unsigned int M, N, P, pll, MClk, NVClk, cfg1; in nv4UpdateArbitrationSettings() local 1071 unsigned int M, N, P, pll, MClk, NVClk, cfg1; in nv10UpdateArbitrationSettings() local 1116 unsigned int M, N, P, pll, MClk, NVClk; in nForceUpdateArbitrationSettings() local 1181 unsigned M, N, P; in CalcVClock() local
|
/linux-4.4.14/crypto/async_tx/ |
D | async_pq.c | 42 #define P(b, d) (b[d-2]) macro
|
/linux-4.4.14/arch/tile/kernel/ |
D | single_step.c | 232 #define P pr_info in rewrite_load_store_unaligned() macro
|
/linux-4.4.14/arch/mips/kernel/ |
D | perf_event_mipsxx.c | 71 P = 2, enumerator 76 #define P macro
|
/linux-4.4.14/crypto/asymmetric_keys/ |
D | x509_cert_parser.c | 503 #define DD2bin(P) ({ unsigned x = dec2bin(P[0]) * 10 + dec2bin(P[1]); P += 2; x; }) in x509_decode_time() argument
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramnv50.c | 231 int N1, M1, N2, M2, P; in nv50_ram_calc() local
|
D | ramgf100.c | 144 int N1, M1, P; in gf100_ram_calc() local
|
D | ramgk104.c | 974 gk104_calc_pll_output(int fN, int M, int N, int P, int clk) in gk104_calc_pll_output()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | cpu_mf.h | 104 unsigned int P:1; /* 28 PSW Problem state */ member
|
/linux-4.4.14/sound/soc/codecs/ |
D | pcm512x.c | 700 int R, J, D, P; in pcm512x_find_pll_coeff() local
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | radio.c | 1398 #define LPD(L, P, D) (((L) << 2) | ((P) << 1) | ((D) << 0)) argument
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_type.h | 2488 #define IXGBE_PVFTDH(P) (0x06010 + (0x40 * (P))) argument 2489 #define IXGBE_PVFTDT(P) (0x06018 + (0x40 * (P))) argument 2490 #define IXGBE_PVFTDWBAL(P) (0x06038 + (0x40 * (P))) argument 2491 #define IXGBE_PVFTDWBAH(P) (0x0603C + (0x40 * (P))) argument 3513 #define IXGBE_KRM_PORT_CAR_GEN_CTRL(P) ((P) ? 0x8010 : 0x4010) argument 3514 #define IXGBE_KRM_LINK_CTRL_1(P) ((P) ? 0x820C : 0x420C) argument 3515 #define IXGBE_KRM_DSP_TXFFE_STATE_4(P) ((P) ? 0x8634 : 0x4634) argument 3516 #define IXGBE_KRM_DSP_TXFFE_STATE_5(P) ((P) ? 0x8638 : 0x4638) argument 3517 #define IXGBE_KRM_RX_TRN_LINKUP_CTRL(P) ((P) ? 0x8B00 : 0x4B00) argument 3518 #define IXGBE_KRM_PMD_DFX_BURNIN(P) ((P) ? 0x8E00 : 0x4E00) argument [all …]
|
/linux-4.4.14/arch/frv/kernel/ |
D | gdb-stub.c | 141 unsigned long L, P; member
|
/linux-4.4.14/drivers/usb/serial/ |
D | iuu_phoenix.c | 414 unsigned int P = 0; in iuu_clk() local
|
/linux-4.4.14/drivers/video/fbdev/i810/ |
D | i810.h | 212 u32 pixclock, M, N, P; member
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | stv0367.c | 2358 u32 M, N, P; in stv0367cab_get_mclk() local
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | phy_g.c | 1111 #define LPD(L, P, D) (((L) << 2) | ((P) << 1) | ((D) << 0)) argument
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_ds.c | 50 #define P(a, b) PERF_MEM_S(a, b) macro
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_overlay.c | 1550 #define P(x) i915_error_printf(m, " " #x ": 0x%08x\n", error->regs.x) in intel_overlay_print_error_state() macro
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
D | atyfb_base.c | 3065 unsigned int N, P, Q, M, T, R; in atyfb_setup_sparc() local
|
/linux-4.4.14/drivers/net/wan/ |
D | farsync.c | 484 #define port_to_dev(P) ((P)->dev) argument
|
/linux-4.4.14/net/core/ |
D | dev.c | 1933 #define xmap_dereference(P) \ argument
|