/Linux-v6.1/fs/ext4/ |
D | mmp.c | 11 static __le32 ext4_mmp_csum(struct super_block *sb, struct mmp_struct *mmp) in ext4_mmp_csum() argument 17 csum = ext4_chksum(sbi, sbi->s_csum_seed, (char *)mmp, offset); in ext4_mmp_csum() 22 static int ext4_mmp_csum_verify(struct super_block *sb, struct mmp_struct *mmp) in ext4_mmp_csum_verify() argument 27 return mmp->mmp_checksum == ext4_mmp_csum(sb, mmp); in ext4_mmp_csum_verify() 30 static void ext4_mmp_csum_set(struct super_block *sb, struct mmp_struct *mmp) in ext4_mmp_csum_set() argument 35 mmp->mmp_checksum = ext4_mmp_csum(sb, mmp); in ext4_mmp_csum_set() 44 struct mmp_struct *mmp = (struct mmp_struct *)(bh->b_data); in write_mmp_block() local 51 ext4_mmp_csum_set(sb, mmp); in write_mmp_block() 71 struct mmp_struct *mmp; in read_mmp_block() local 93 mmp = (struct mmp_struct *)((*bh)->b_data); in read_mmp_block() [all …]
|
D | Makefile | 11 mmp.o move_extent.o namei.o page-io.o readpage.o resize.o \
|
D | ext4.h | 2133 EXT4_FEATURE_INCOMPAT_FUNCS(mmp, MMP) in EXT4_FEATURE_COMPAT_FUNCS() 3112 extern void __dump_mmp_msg(struct super_block *, struct mmp_struct *mmp, 3157 #define dump_mmp_msg(sb, mmp, msg) \ argument 3158 __dump_mmp_msg(sb, mmp, __func__, __LINE__, msg) 3205 #define dump_mmp_msg(sb, mmp, msg) \ argument 3206 __dump_mmp_msg(sb, mmp, "", 0, "")
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | pxa910.dtsi | 41 compatible = "mrvl,mmp-intc"; 58 compatible = "mrvl,mmp-timer"; 64 compatible = "mrvl,mmp-timer"; 71 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 81 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 91 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 101 compatible = "marvell,mmp-gpio"; 133 compatible = "mrvl,mmp-twsi"; 145 compatible = "mrvl,mmp-twsi"; 156 compatible = "mrvl,mmp-rtc";
|
D | pxa168.dtsi | 36 compatible = "mrvl,mmp-intc"; 53 compatible = "mrvl,mmp-timer"; 59 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 69 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 79 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 89 compatible = "marvell,mmp-gpio"; 121 compatible = "mrvl,mmp-twsi"; 133 compatible = "mrvl,mmp-twsi"; 144 compatible = "mrvl,mmp-rtc";
|
D | mmp2.dtsi | 241 compatible = "marvell,mmp-sspa"; 254 compatible = "marvell,mmp-sspa"; 285 compatible = "mrvl,mmp-timer"; 292 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 302 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 312 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 322 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 372 compatible = "mrvl,mmp-twsi"; 384 compatible = "mrvl,mmp-twsi"; 396 compatible = "mrvl,mmp-twsi"; [all …]
|
D | mmp3.dtsi | 352 compatible = "mrvl,mmp-timer"; 359 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 369 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 379 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 389 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 439 compatible = "mrvl,mmp-twsi"; 451 compatible = "mrvl,mmp-twsi"; 463 compatible = "mrvl,mmp-twsi"; 475 compatible = "mrvl,mmp-twsi"; 488 compatible = "mrvl,mmp-twsi"; [all …]
|
/Linux-v6.1/sound/soc/pxa/ |
D | Makefile | 7 snd-soc-mmp-objs := mmp-pcm.o 8 snd-soc-mmp-sspa-objs := mmp-sspa.o 14 obj-$(CONFIG_SND_MMP_SOC) += snd-soc-mmp.o 15 obj-$(CONFIG_SND_MMP_SOC_SSPA) += snd-soc-mmp-sspa.o
|
/Linux-v6.1/drivers/video/fbdev/mmp/ |
D | Kconfig | 9 source "drivers/video/fbdev/mmp/hw/Kconfig" 10 source "drivers/video/fbdev/mmp/panel/Kconfig" 11 source "drivers/video/fbdev/mmp/fb/Kconfig"
|
/Linux-v6.1/drivers/video/fbdev/mmp/hw/ |
D | Kconfig | 3 bool "mmp display controller hw support" 12 bool "mmp display controller spi port"
|
/Linux-v6.1/drivers/media/platform/marvell/ |
D | Makefile | 6 mmp_camera-y := mmp-driver.o
|
/Linux-v6.1/Documentation/filesystems/ext4/ |
D | globals.rst | 12 .. include:: mmp.rst
|
/Linux-v6.1/arch/arm/mach-mmp/ |
D | Makefile | 29 obj-$(CONFIG_MACH_MMP_DT) += mmp-dt.o
|
/Linux-v6.1/net/rds/ |
D | message.c | 397 struct mmpin *mmp; in rds_message_zcopy_from_user() local 402 mmp = &rm->data.op_mmp_znotifier->z_mmp; in rds_message_zcopy_from_user() 403 mm_unaccount_pinned_pages(mmp); in rds_message_zcopy_from_user()
|
/Linux-v6.1/net/core/ |
D | skbuff.c | 1247 int mm_account_pinned_pages(struct mmpin *mmp, size_t size) in mm_account_pinned_pages() argument 1257 user = mmp->user ? : current_user(); in mm_account_pinned_pages() 1267 if (!mmp->user) { in mm_account_pinned_pages() 1268 mmp->user = get_uid(user); in mm_account_pinned_pages() 1269 mmp->num_pg = num_pg; in mm_account_pinned_pages() 1271 mmp->num_pg += num_pg; in mm_account_pinned_pages() 1278 void mm_unaccount_pinned_pages(struct mmpin *mmp) in mm_unaccount_pinned_pages() argument 1280 if (mmp->user) { in mm_unaccount_pinned_pages() 1281 atomic_long_sub(mmp->num_pg, &mmp->user->locked_vm); in mm_unaccount_pinned_pages() 1282 free_uid(mmp->user); in mm_unaccount_pinned_pages() [all …]
|
/Linux-v6.1/drivers/video/fbdev/ |
D | Makefile | 86 obj-$(CONFIG_MMP_DISP) += mmp/
|
D | Kconfig | 2242 source "drivers/video/fbdev/mmp/Kconfig"
|
/Linux-v6.1/drivers/clk/ |
D | Makefile | 101 obj-$(CONFIG_ARCH_MMP) += mmp/
|
/Linux-v6.1/arch/arm/ |
D | Makefile | 189 machine-$(CONFIG_ARCH_MMP) += mmp
|
D | Kconfig | 474 source "arch/arm/mach-mmp/Kconfig"
|
/Linux-v6.1/drivers/irqchip/ |
D | Makefile | 17 obj-$(CONFIG_ARCH_MMP) += irq-mmp.o
|
/Linux-v6.1/include/linux/ |
D | skbuff.h | 559 } mmp; member 566 int mm_account_pinned_pages(struct mmpin *mmp, size_t size); 567 void mm_unaccount_pinned_pages(struct mmpin *mmp);
|
/Linux-v6.1/Documentation/arm/ |
D | marvell.rst | 429 arch/arm/mach-mmp
|
/Linux-v6.1/ |
D | MAINTAINERS | 13877 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lkundrak/linux-mmp.git 13878 F: arch/arm/boot/dts/mmp* 13879 F: arch/arm/mach-mmp/ 13880 F: include/linux/soc/mmp/
|