Home
last modified time | relevance | path

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

12

/openbmc/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);
/openbmc/linux/arch/s390/include/asm/
H A Dlowcore.h146 * The lpp and current_pid fields form a
148 * parameter with the LPP instruction.
150 __u32 lpp; /* 0x0398 */ member
H A Dcpu_mf.h162 static inline void lpp(void *pp) in lpp() function
164 asm volatile("lpp 0(%0)\n" :: "a" (pp) : "memory"); in lpp()
/openbmc/linux/arch/s390/boot/
H A Dstartup.c62 S390_lowcore.lpp = LPP_MAGIC; in setup_lpp()
64 lpp(&S390_lowcore.lpp); in setup_lpp()
/openbmc/linux/drivers/hwtracing/intel_th/
H A Dpti.c309 .name = "lpp",
342 MODULE_DESCRIPTION("Intel(R) Trace Hub PTI/LPP output driver");
/openbmc/linux/arch/s390/kernel/
H A Dprocess.c73 lpp(&S390_lowcore.lpp); in arch_setup_new_exec()
H A Dentry.S194 ALTERNATIVE "nop", "lpp _LPP_OFFSET", 40
599 ALTERNATIVE "nop", "lpp _LPP_OFFSET", 40
H A Dasm-offsets.c139 OFFSET(__LC_LPP, lowcore, lpp); in main()
/openbmc/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()
/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra20-trimslice.dts143 "lhs", "lm0", "lm1", "lpp", "lpw0",
256 "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",
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dnvidia,tegra20-pinmux.yaml41 lhs, lm0, lm1, lpp, lpw0, lpw1, lpw2, lsc0, lsc1, lsck,
/openbmc/u-boot/arch/arm/dts/
H A Dtegra20-tamonten.dtsi123 "lhs", "lm0", "lm1", "lpp", "lpw0",
229 "lhp1", "lhp2", "lhs", "lm0", "lpp",
H A Dtegra20-paz00.dts162 "lhs", "lm0", "lm1", "lpp", "lpw0",
272 "lm0", "lm1", "lpp", "lpw0", "lpw1",
H A Dtegra20-ventana.dts177 "lhp1", "lhp2", "lhs", "lpp", "lpw0",
284 "lhp1", "lhp2", "lhs", "lm0", "lpp",
H A Dtegra20-harmony.dts173 "lhs", "lm0", "lm1", "lpp", "lpw0",
279 "lhp1", "lhp2", "lhs", "lm0", "lpp",
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_btree.c2390 union xfs_btree_ptr *lpp; /* left address pointer */ in xfs_btree_lshift() local
2395 lpp = xfs_btree_ptr_addr(cur, lrecs, left); in xfs_btree_lshift()
2403 xfs_btree_copy_ptrs(cur, lpp, rpp, 1); in xfs_btree_lshift()
2576 union xfs_btree_ptr *lpp; in xfs_btree_rshift() local
2580 lpp = xfs_btree_ptr_addr(cur, lrecs, left); in xfs_btree_rshift()
2593 error = xfs_btree_debug_check_ptr(cur, lpp, 0, level); in xfs_btree_rshift()
2599 xfs_btree_copy_ptrs(cur, rpp, lpp, 1); in xfs_btree_rshift()
2760 union xfs_btree_ptr *lpp; /* left address pointer */ in __xfs_btree_split() local
2765 lpp = xfs_btree_ptr_addr(cur, src_index, left); in __xfs_btree_split()
2770 error = xfs_btree_debug_check_ptr(cur, lpp, i, level); in __xfs_btree_split()
[all …]
/openbmc/u-boot/fs/ubifs/
H A Dlprops.c733 const struct ubifs_lprops *lpp; in ubifs_read_one_lp() local
737 lpp = ubifs_lpt_lookup(c, lnum); in ubifs_read_one_lp()
738 if (IS_ERR(lpp)) { in ubifs_read_one_lp()
739 err = PTR_ERR(lpp); in ubifs_read_one_lp()
745 memcpy(lp, lpp, sizeof(struct ubifs_lprops)); in ubifs_read_one_lp()
/openbmc/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()
/openbmc/openbmc-test-automation/lib/
H A Dos_utils_keywords.py71 Currently running ECG/MDT : /usr/lpp/htx/mdt/mdt.whit
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dfuncmux.c25 PINMUX(LPP, DISPA, NORMAL, NORMAL),

12