/linux/arch/powerpc/xmon/ |
H A D | nonstdio.c | 26 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 D | nonstdio.h | 4 extern void xmon_set_pagination_lpp(unsigned long lpp);
|
/linux/arch/s390/include/asm/ |
H A D | lowcore.h | 151 * 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 D | pti.c | 309 .name = "lpp", 342 MODULE_DESCRIPTION("Intel(R) Trace Hub PTI/LPP output driver");
|
H A D | core.c | 563 .name = "lpp",
|
/linux/arch/s390/kernel/ |
H A D | process.c | 77 lpp(&get_lowcore()->lpp); in arch_setup_new_exec()
|
H A D | setup.c | 417 lc->lpp = LPP_MAGIC; in setup_lowcore()
|
/linux/drivers/gpu/drm/pl111/ |
H A D | pl111_display.c | 134 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 D | startup.c | 114 get_lowcore()->lpp = LPP_MAGIC; in setup_lpp() 116 lpp(&get_lowcore()->lpp); in setup_lpp()
|
/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra20-trimslice.dts | 144 "lhs", "lm0", "lm1", "lpp", "lpw0", 258 "lhp1", "lhp2", "lhs", "lm0", "lpp",
|
H A D | tegra20-tamonten.dtsi | 134 "lhs", "lm0", "lm1", "lpp", "lpw0", 240 "lhp1", "lhp2", "lhs", "lm0", "lpp",
|
H A D | tegra20-paz00.dts | 146 "lhs", "lm0", "lm1", "lpp", "lpw0", 256 "lm0", "lm1", "lpp", "lpw0", "lpw1",
|
H A D | tegra20-ventana.dts | 158 "lhp1", "lhp2", "lhs", "lpp", "lpw0", 265 "lhp1", "lhp2", "lhs", "lm0", "lpp",
|
H A D | tegra20-harmony.dts | 152 "lhs", "lm0", "lm1", "lpp", "lpw0", 258 "lhp1", "lhp2", "lhs", "lm0", "lpp",
|
H A D | tegra20-seaboard.dts | 157 "lhp1", "lhp2", "lhs", "lpp", "lsc0", 266 "lhp1", "lhp2", "lhs", "lm0", "lpp",
|
H A D | tegra20-asus-tf101.dts | 237 "lhp1", "lhp2", "lhs", "lpp", "lpw0", 367 "lhp1", "lhp2", "lhs", "lm0", "lpp",
|
H A D | tegra20-acer-a500-picasso.dts | 199 "lhp1", "lhp2", "lhs", "lpp", "lsc0", 309 "lhp1", "lhp2", "lhs", "lm0", "lpp",
|
H A D | tegra20-colibri.dtsi | 222 "lpp", "lvp1";
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_btree.c | 2488 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 D | nvidia,tegra20-pinmux.yaml | 41 lhs, lm0, lm1, lpp, lpw0, lpw1, lpw2, lsc0, lsc1, lsck,
|
/linux/fs/ubifs/ |
H A D | lprops.c | 728 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 D | opcodes.txt | 273 b280 lpp S_RD
|
/linux/drivers/pinctrl/tegra/ |
H A D | pinctrl-tegra20.c | 2111 MUX_PG(lpp, DISPLAYA, DISPLAYB, RSVD3, RSVD4, 0x20, 8, 0x98, 14, -1, -1),
|
/linux/drivers/mmc/host/ |
H A D | sdhci-msm.c | 1066 * starts coming. Controllers with 14lpp and later tech DLL cannot in sdhci_msm_cm_dll_sdc4_calibration()
|