Home
last modified time | relevance | path

Searched full:lpp (Results 1 – 24 of 24) sorted by relevance

/linux/arch/powerpc/xmon/
H A Dnonstdio.c26 void xmon_set_pagination_lpp(unsigned long lpp) in xmon_set_pagination_lpp() argument
28 paginate_lpp = lpp; in xmon_set_pagination_lpp()
H A Dnonstdio.h4 extern void xmon_set_pagination_lpp(unsigned long lpp);
/linux/arch/s390/include/asm/
H A Dlowcore.h151 * The lpp and current_pid fields form a
153 * parameter with the LPP instruction.
155 __u32 lpp; /* 0x0398 */ member
/linux/drivers/hwtracing/intel_th/
H A Dpti.c309 .name = "lpp",
342 MODULE_DESCRIPTION("Intel(R) Trace Hub PTI/LPP output driver");
H A Dcore.c563 .name = "lpp",
/linux/arch/s390/kernel/
H A Dprocess.c77 lpp(&get_lowcore()->lpp); in arch_setup_new_exec()
H A Dsetup.c417 lc->lpp = LPP_MAGIC; in setup_lowcore()
/linux/drivers/gpu/drm/pl111/
H A Dpl111_display.c134 u32 lpp, vsw, vfp, vbp; in pl111_display_enable() local
152 lpp = mode->vdisplay - 1; in pl111_display_enable()
164 writel(lpp | in pl111_display_enable()
/linux/arch/s390/boot/
H A Dstartup.c114 get_lowcore()->lpp = LPP_MAGIC; in setup_lpp()
116 lpp(&get_lowcore()->lpp); in setup_lpp()
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra20-trimslice.dts144 "lhs", "lm0", "lm1", "lpp", "lpw0",
258 "lhp1", "lhp2", "lhs", "lm0", "lpp",
H A Dtegra20-tamonten.dtsi134 "lhs", "lm0", "lm1", "lpp", "lpw0",
240 "lhp1", "lhp2", "lhs", "lm0", "lpp",
H A Dtegra20-paz00.dts146 "lhs", "lm0", "lm1", "lpp", "lpw0",
256 "lm0", "lm1", "lpp", "lpw0", "lpw1",
H A Dtegra20-ventana.dts158 "lhp1", "lhp2", "lhs", "lpp", "lpw0",
265 "lhp1", "lhp2", "lhs", "lm0", "lpp",
H A Dtegra20-harmony.dts152 "lhs", "lm0", "lm1", "lpp", "lpw0",
258 "lhp1", "lhp2", "lhs", "lm0", "lpp",
H A Dtegra20-seaboard.dts157 "lhp1", "lhp2", "lhs", "lpp", "lsc0",
266 "lhp1", "lhp2", "lhs", "lm0", "lpp",
H A Dtegra20-asus-tf101.dts237 "lhp1", "lhp2", "lhs", "lpp", "lpw0",
367 "lhp1", "lhp2", "lhs", "lm0", "lpp",
H A Dtegra20-acer-a500-picasso.dts199 "lhp1", "lhp2", "lhs", "lpp", "lsc0",
309 "lhp1", "lhp2", "lhs", "lm0", "lpp",
H A Dtegra20-colibri.dtsi222 "lpp", "lvp1";
/linux/fs/xfs/libxfs/
H A Dxfs_btree.c2488 union xfs_btree_ptr *lpp; /* left address pointer */ in xfs_btree_lshift() local
2493 lpp = xfs_btree_ptr_addr(cur, lrecs, left); in xfs_btree_lshift()
2501 xfs_btree_copy_ptrs(cur, lpp, rpp, 1); in xfs_btree_lshift()
2674 union xfs_btree_ptr *lpp; in xfs_btree_rshift() local
2678 lpp = xfs_btree_ptr_addr(cur, lrecs, left); in xfs_btree_rshift()
2691 error = xfs_btree_debug_check_ptr(cur, lpp, 0, level); in xfs_btree_rshift()
2697 xfs_btree_copy_ptrs(cur, rpp, lpp, 1); in xfs_btree_rshift()
2885 union xfs_btree_ptr *lpp; /* left address pointer */ in __xfs_btree_split() local
2890 lpp = xfs_btree_ptr_addr(cur, src_index, left); in __xfs_btree_split()
2895 error = xfs_btree_debug_check_ptr(cur, lpp, i, level); in __xfs_btree_split()
[all …]
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dnvidia,tegra20-pinmux.yaml41 lhs, lm0, lm1, lpp, lpw0, lpw1, lpw2, lsc0, lsc1, lsck,
/linux/fs/ubifs/
H A Dlprops.c728 const struct ubifs_lprops *lpp; in ubifs_read_one_lp() local
732 lpp = ubifs_lpt_lookup(c, lnum); in ubifs_read_one_lp()
733 if (IS_ERR(lpp)) { in ubifs_read_one_lp()
734 err = PTR_ERR(lpp); in ubifs_read_one_lp()
740 memcpy(lp, lpp, sizeof(struct ubifs_lprops)); in ubifs_read_one_lp()
/linux/arch/s390/tools/
H A Dopcodes.txt273 b280 lpp S_RD
/linux/drivers/pinctrl/tegra/
H A Dpinctrl-tegra20.c2111 MUX_PG(lpp, DISPLAYA, DISPLAYB, RSVD3, RSVD4, 0x20, 8, 0x98, 14, -1, -1),
/linux/drivers/mmc/host/
H A Dsdhci-msm.c1066 * starts coming. Controllers with 14lpp and later tech DLL cannot in sdhci_msm_cm_dll_sdc4_calibration()