Home
last modified time | relevance | path

Searched refs:lpp (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.1.9/arch/powerpc/xmon/
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()
Dnonstdio.h4 extern void xmon_set_pagination_lpp(unsigned long lpp);
Dxmon.c1033 unsigned long lpp; in set_lpp_cmd() local
1035 if (!scanhex(&lpp)) { in set_lpp_cmd()
1037 lpp = 0; in set_lpp_cmd()
1039 xmon_set_pagination_lpp(lpp); in set_lpp_cmd()
/linux-6.1.9/arch/s390/boot/
Dstartup.c48 S390_lowcore.lpp = LPP_MAGIC; in setup_lpp()
50 lpp(&S390_lowcore.lpp); in setup_lpp()
/linux-6.1.9/arch/s390/kernel/
Dprocess.c73 lpp(&S390_lowcore.lpp); in arch_setup_new_exec()
Dasm-offsets.c138 OFFSET(__LC_LPP, lowcore, lpp); in main()
Dsetup.c448 lc->lpp = LPP_MAGIC; in setup_lowcore_dat_off()
Dperf_cpum_sf.c992 lpp(&S390_lowcore.lpp); in cpumsf_pmu_enable()
Dsmp.c286 lc->lpp = LPP_MAGIC; in pcpu_attach_task()
/linux-6.1.9/drivers/gpu/drm/pl111/
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-6.1.9/fs/xfs/libxfs/
Dxfs_btree.c2391 union xfs_btree_ptr *lpp; /* left address pointer */ in xfs_btree_lshift() local
2396 lpp = xfs_btree_ptr_addr(cur, lrecs, left); in xfs_btree_lshift()
2404 xfs_btree_copy_ptrs(cur, lpp, rpp, 1); in xfs_btree_lshift()
2577 union xfs_btree_ptr *lpp; in xfs_btree_rshift() local
2581 lpp = xfs_btree_ptr_addr(cur, lrecs, left); in xfs_btree_rshift()
2594 error = xfs_btree_debug_check_ptr(cur, lpp, 0, level); in xfs_btree_rshift()
2600 xfs_btree_copy_ptrs(cur, rpp, lpp, 1); in xfs_btree_rshift()
2761 union xfs_btree_ptr *lpp; /* left address pointer */ in __xfs_btree_split() local
2766 lpp = xfs_btree_ptr_addr(cur, src_index, left); in __xfs_btree_split()
2771 error = xfs_btree_debug_check_ptr(cur, lpp, i, level); in __xfs_btree_split()
[all …]
/linux-6.1.9/fs/ubifs/
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-6.1.9/arch/s390/include/asm/
Dcpu_mf.h163 static inline void lpp(void *pp) in lpp() function
Dlowcore.h150 __u32 lpp; /* 0x0398 */ member
/linux-6.1.9/arch/arm/boot/dts/
Dtegra20-trimslice.dts143 "lhs", "lm0", "lm1", "lpp", "lpw0",
256 "lhp1", "lhp2", "lhs", "lm0", "lpp",
Dtegra20-tamonten.dtsi134 "lhs", "lm0", "lm1", "lpp", "lpw0",
240 "lhp1", "lhp2", "lhs", "lm0", "lpp",
Dtegra20-paz00.dts146 "lhs", "lm0", "lm1", "lpp", "lpw0",
256 "lm0", "lm1", "lpp", "lpw0", "lpw1",
Dtegra20-ventana.dts158 "lhp1", "lhp2", "lhs", "lpp", "lpw0",
265 "lhp1", "lhp2", "lhs", "lm0", "lpp",
Dtegra20-harmony.dts152 "lhs", "lm0", "lm1", "lpp", "lpw0",
258 "lhp1", "lhp2", "lhs", "lm0", "lpp",
Dtegra20-seaboard.dts157 "lhp1", "lhp2", "lhs", "lpp", "lsc0",
266 "lhp1", "lhp2", "lhs", "lm0", "lpp",
Dtegra20-asus-tf101.dts237 "lhp1", "lhp2", "lhs", "lpp", "lpw0",
367 "lhp1", "lhp2", "lhs", "lm0", "lpp",
Dtegra20-acer-a500-picasso.dts199 "lhp1", "lhp2", "lhs", "lpp", "lsc0",
309 "lhp1", "lhp2", "lhs", "lm0", "lpp",
Dtegra20-colibri.dtsi197 "lpp", "lvp1";
/linux-6.1.9/Documentation/devicetree/bindings/pinctrl/
Dnvidia,tegra20-pinmux.txt79 ld14, ld15, ld16, ld17, ldc, ldi, lhp0, lhp1, lhp2, lhs, lm0, lm1, lpp,
/linux-6.1.9/drivers/pinctrl/tegra/
Dpinctrl-tegra20.c2114 MUX_PG(lpp, DISPLAYA, DISPLAYB, RSVD3, RSVD4, 0x20, 8, 0x98, 14, -1, -1),

12