Home
last modified time | relevance | path

Searched refs:mmp (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/linux/fs/ext4/
H A Dmmp.c11 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()
45 struct mmp_struct *mmp = (struct mmp_struct *)(bh->b_data); in write_mmp_block_thawed() local
47 ext4_mmp_csum_set(sb, mmp); in write_mmp_block_thawed()
79 struct mmp_struct *mmp; in read_mmp_block() local
101 mmp = (struct mmp_struct *)((*bh)->b_data); in read_mmp_block()
[all …]
H A DMakefile11 mmp.o move_extent.o namei.o page-io.o readpage.o resize.o \
H A Dext4.h2125 EXT4_FEATURE_INCOMPAT_FUNCS(mmp, MMP) in EXT4_FEATURE_COMPAT_FUNCS()
3106 extern void __dump_mmp_msg(struct super_block *, struct mmp_struct *mmp,
3151 #define dump_mmp_msg(sb, mmp, msg) \ argument
3152 __dump_mmp_msg(sb, mmp, __func__, __LINE__, msg)
3199 #define dump_mmp_msg(sb, mmp, msg) \ argument
3200 __dump_mmp_msg(sb, mmp, "", 0, "")
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dpxa910.dtsi41 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";
H A Dpxa168.dtsi36 compatible = "mrvl,mmp-intc";
53 compatible = "mrvl,mmp-timer";
61 compatible = "mrvl,mmp-uart", "intel,xscale-uart";
71 compatible = "mrvl,mmp-uart", "intel,xscale-uart";
81 compatible = "mrvl,mmp-uart", "intel,xscale-uart";
91 compatible = "marvell,mmp-gpio";
123 compatible = "mrvl,mmp-twsi";
135 compatible = "mrvl,mmp-twsi";
146 compatible = "mrvl,mmp-rtc";
H A Dmmp2.dtsi241 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 …]
H A Dmmp3.dtsi352 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 …]
/openbmc/linux/drivers/video/fbdev/mmp/
H A DKconfig9 source "drivers/video/fbdev/mmp/hw/Kconfig"
10 source "drivers/video/fbdev/mmp/panel/Kconfig"
11 source "drivers/video/fbdev/mmp/fb/Kconfig"
/openbmc/linux/sound/soc/pxa/
H A DMakefile7 snd-soc-mmp-sspa-objs := mmp-sspa.o
13 obj-$(CONFIG_SND_MMP_SOC_SSPA) += snd-soc-mmp-sspa.o
/openbmc/linux/drivers/video/fbdev/mmp/hw/
H A DKconfig3 bool "mmp display controller hw support"
12 bool "mmp display controller spi port"
/openbmc/linux/drivers/media/platform/marvell/
H A DMakefile6 mmp_camera-y := mmp-driver.o
/openbmc/linux/arch/arm/mach-mmp/
H A DMakefile12 obj-$(CONFIG_MACH_MMP_DT) += mmp-dt.o
/openbmc/linux/Documentation/filesystems/ext4/
H A Dglobals.rst12 .. include:: mmp.rst
/openbmc/linux/net/rds/
H A Dmessage.c396 struct mmpin *mmp; in rds_message_zcopy_from_user() local
401 mmp = &rm->data.op_mmp_znotifier->z_mmp; in rds_message_zcopy_from_user()
402 mm_unaccount_pinned_pages(mmp); in rds_message_zcopy_from_user()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_pxa.c187 OF_EARLYCON_DECLARE(mmp, "mrvl,mmp-uart", early_serial_pxa_setup);
/openbmc/linux/net/core/
H A Dskbuff.c1497 int mm_account_pinned_pages(struct mmpin *mmp, size_t size) in mm_account_pinned_pages() argument
1511 user = mmp->user ? : current_user(); in mm_account_pinned_pages()
1520 if (!mmp->user) { in mm_account_pinned_pages()
1521 mmp->user = get_uid(user); in mm_account_pinned_pages()
1522 mmp->num_pg = num_pg; in mm_account_pinned_pages()
1524 mmp->num_pg += num_pg; in mm_account_pinned_pages()
1531 void mm_unaccount_pinned_pages(struct mmpin *mmp) in mm_unaccount_pinned_pages() argument
1533 if (mmp->user) { in mm_unaccount_pinned_pages()
1534 atomic_long_sub(mmp->num_pg, &mmp->user->locked_vm); in mm_unaccount_pinned_pages()
1535 free_uid(mmp->user); in mm_unaccount_pinned_pages()
[all …]
/openbmc/linux/drivers/video/fbdev/
H A DMakefile86 obj-$(CONFIG_MMP_DISP) += mmp/
H A DKconfig1955 source "drivers/video/fbdev/mmp/Kconfig"
/openbmc/linux/drivers/clk/
H A DMakefile105 obj-$(CONFIG_ARCH_MMP) += mmp/
/openbmc/linux/drivers/irqchip/
H A DMakefile16 obj-$(CONFIG_ARCH_MMP) += irq-mmp.o
/openbmc/linux/arch/arm/
H A DMakefile194 machine-$(CONFIG_ARCH_MMP) += mmp
H A DKconfig479 source "arch/arm/mach-mmp/Kconfig"
/openbmc/linux/include/linux/
H A Dskbuff.h559 } mmp; member
566 int mm_account_pinned_pages(struct mmpin *mmp, size_t size);
567 void mm_unaccount_pinned_pages(struct mmpin *mmp);
/openbmc/linux/Documentation/arch/arm/
H A Dmarvell.rst431 arch/arm/mach-mmp
/openbmc/linux/
H A DMAINTAINERS14429 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lkundrak/linux-mmp.git
14430 F: arch/arm/boot/dts/marvell/mmp*
14431 F: arch/arm/mach-mmp/
14432 F: include/linux/soc/mmp/

12