Home
last modified time | relevance | path

Searched refs:page_ofs (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/tests/tcg/s390x/
H A Dnoexec.c46 .page_ofs = noexec_1 - noexec_2, in main()
56 .page_ofs = noexec_1 - noexec_2, in main()
66 .page_ofs = exrl_1 - exrl_2, in main()
76 .page_ofs = noexec_1 - noexec_2 - 2, in main()
86 .page_ofs = noexec_1 - noexec_2 - 2, in main()
96 .page_ofs = exrl_1 - exrl_2 - 2, in main()
/openbmc/qemu/tests/tcg/x86_64/
H A Dnoexec.c35 .page_ofs = noexec_1 - noexec_2, in main()
45 .page_ofs = noexec_1 - noexec_2, in main()
55 .page_ofs = noexec_1 - noexec_2 - 2, in main()
65 .page_ofs = noexec_1 - noexec_2 - 2, in main()
/openbmc/qemu/tests/tcg/riscv64/
H A Dnoexec.c39 .page_ofs = noexec_1 - noexec_2, in main()
49 .page_ofs = noexec_1 - noexec_2, in main()
59 .page_ofs = noexec_1 - noexec_2 - 2, in main()
69 .page_ofs = noexec_1 - noexec_2 - 2, in main()
/openbmc/linux/drivers/mtd/devices/
H A Dmtdram.c73 unsigned long page_ofs = offset_in_page(*virt); in ram_point() local
74 void *addr = *virt - page_ofs; in ram_point()
77 *phys = __pfn_to_phys(pfn0) + page_ofs; in ram_point()
78 len += page_ofs; in ram_point()
/openbmc/linux/drivers/base/firmware_loader/
H A Dsysfs.c245 int page_ofs = offset & (PAGE_SIZE - 1); in firmware_rw() local
246 int page_cnt = min_t(size_t, PAGE_SIZE - page_ofs, count); in firmware_rw()
250 page_ofs, page_cnt); in firmware_rw()
252 memcpy_to_page(fw_priv->pages[page_nr], page_ofs, in firmware_rw()
/openbmc/qemu/tests/tcg/multiarch/
H A Dnoexec.c.inc29 int page_ofs;
89 void *start = page_base + test->page_ofs;
/openbmc/linux/fs/ntfs/
H A Dmft.c79 ni->page_ofs = ofs; in map_mft_record_page()
90 ni->page_ofs = 0; in map_mft_record_page()
187 ni->page_ofs = 0; in unmap_mft_record_page()
390 mark_ntfs_record_dirty(ni->page, ni->page_ofs); in __mark_mft_record_dirty()
464 unsigned int block_start, block_end, m_start, m_end, page_ofs; in ntfs_sync_mft_mirror() local
491 page_ofs = (mft_no << vol->mft_record_size_bits) & ~PAGE_MASK; in ntfs_sync_mft_mirror()
493 kmirr = page_address(page) + page_ofs; in ntfs_sync_mft_mirror()
694 m_start = ni->page_ofs; in write_mft_record_nolock()
1134 unsigned int page_ofs, size; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() local
1176 page_ofs = ofs & ~PAGE_MASK; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
[all …]
H A Dinode.h76 int page_ofs; /* Offset into the page at which the mft record member
H A Dinode.c379 ni->page_ofs = 0; in __ntfs_init_inode()
3046 ctx->ntfs_ino->page_ofs); in __ntfs_write_inode()
/openbmc/qemu/target/riscv/
H A Dtranslate.c1310 unsigned page_ofs = ctx->base.pc_next & ~TARGET_PAGE_MASK; in riscv_tr_translate_insn() local
1312 if (page_ofs > TARGET_PAGE_SIZE - MAX_INSN_LEN) { in riscv_tr_translate_insn()