/linux-6.1.9/arch/powerpc/xmon/ |
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()
|
D | nonstdio.h | 4 extern void xmon_set_pagination_lpp(unsigned long lpp);
|
D | xmon.c | 1033 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/ |
D | startup.c | 48 S390_lowcore.lpp = LPP_MAGIC; in setup_lpp() 50 lpp(&S390_lowcore.lpp); in setup_lpp()
|
/linux-6.1.9/arch/s390/kernel/ |
D | process.c | 73 lpp(&S390_lowcore.lpp); in arch_setup_new_exec()
|
D | asm-offsets.c | 138 OFFSET(__LC_LPP, lowcore, lpp); in main()
|
D | setup.c | 448 lc->lpp = LPP_MAGIC; in setup_lowcore_dat_off()
|
D | perf_cpum_sf.c | 992 lpp(&S390_lowcore.lpp); in cpumsf_pmu_enable()
|
D | smp.c | 286 lc->lpp = LPP_MAGIC; in pcpu_attach_task()
|
/linux-6.1.9/drivers/gpu/drm/pl111/ |
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-6.1.9/fs/xfs/libxfs/ |
D | xfs_btree.c | 2391 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/ |
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-6.1.9/arch/s390/include/asm/ |
D | cpu_mf.h | 163 static inline void lpp(void *pp) in lpp() function
|
D | lowcore.h | 150 __u32 lpp; /* 0x0398 */ member
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | tegra20-trimslice.dts | 143 "lhs", "lm0", "lm1", "lpp", "lpw0", 256 "lhp1", "lhp2", "lhs", "lm0", "lpp",
|
D | tegra20-tamonten.dtsi | 134 "lhs", "lm0", "lm1", "lpp", "lpw0", 240 "lhp1", "lhp2", "lhs", "lm0", "lpp",
|
D | tegra20-paz00.dts | 146 "lhs", "lm0", "lm1", "lpp", "lpw0", 256 "lm0", "lm1", "lpp", "lpw0", "lpw1",
|
D | tegra20-ventana.dts | 158 "lhp1", "lhp2", "lhs", "lpp", "lpw0", 265 "lhp1", "lhp2", "lhs", "lm0", "lpp",
|
D | tegra20-harmony.dts | 152 "lhs", "lm0", "lm1", "lpp", "lpw0", 258 "lhp1", "lhp2", "lhs", "lm0", "lpp",
|
D | tegra20-seaboard.dts | 157 "lhp1", "lhp2", "lhs", "lpp", "lsc0", 266 "lhp1", "lhp2", "lhs", "lm0", "lpp",
|
D | tegra20-asus-tf101.dts | 237 "lhp1", "lhp2", "lhs", "lpp", "lpw0", 367 "lhp1", "lhp2", "lhs", "lm0", "lpp",
|
D | tegra20-acer-a500-picasso.dts | 199 "lhp1", "lhp2", "lhs", "lpp", "lsc0", 309 "lhp1", "lhp2", "lhs", "lm0", "lpp",
|
D | tegra20-colibri.dtsi | 197 "lpp", "lvp1";
|
/linux-6.1.9/Documentation/devicetree/bindings/pinctrl/ |
D | nvidia,tegra20-pinmux.txt | 79 ld14, ld15, ld16, ld17, ldc, ldi, lhp0, lhp1, lhp2, lhs, lm0, lm1, lpp,
|
/linux-6.1.9/drivers/pinctrl/tegra/ |
D | pinctrl-tegra20.c | 2114 MUX_PG(lpp, DISPLAYA, DISPLAYB, RSVD3, RSVD4, 0x20, 8, 0x98, 14, -1, -1),
|