Searched refs:hpage (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/verity/
H A Dverify.c17 * @hpage, has already been verified.
19 static bool is_hash_block_verified(struct fsverity_info *vi, struct page *hpage, argument
35 return PageChecked(hpage);
60 if (PageChecked(hpage)) {
77 SetPageChecked(hpage);
149 struct page *hpage; local
172 hpage = inode->i_sb->s_vop->read_merkle_tree_page(inode,
175 if (IS_ERR(hpage)) {
178 PTR_ERR(hpage), hpage_idx);
181 haddr = kmap_local_page(hpage)
200 struct page *hpage = hblocks[level - 1].page; local
[all...]
/linux-master/io_uring/
H A Drsrc.c815 int nr_pages, struct page *hpage)
823 if (compound_head(pages[i]) == hpage)
834 if (compound_head(imu->bvec[j].bv_page) == hpage)
853 struct page *hpage; local
855 hpage = compound_head(pages[i]);
856 if (hpage == *last_hpage)
858 *last_hpage = hpage;
859 if (headpage_already_acct(ctx, pages, i, hpage))
861 imu->acct_pages += page_size(hpage) >> PAGE_SHIFT;
814 headpage_already_acct(struct io_ring_ctx *ctx, struct page **pages, int nr_pages, struct page *hpage) argument
/linux-master/arch/powerpc/kvm/
H A Dbook3s_pr.c642 struct page *hpage; local
647 hpage = gfn_to_page(vcpu->kvm, pte->raddr >> PAGE_SHIFT);
648 if (is_error_page(hpage))
655 get_page(hpage);
656 page = kmap_atomic(hpage);
664 put_page(hpage);
/linux-master/mm/
H A Dkhugepaged.c1438 /* hpage must be locked, and mmap_lock must be held */
1440 pmd_t *pmdp, struct page *hpage)
1449 VM_BUG_ON(!PageTransHuge(hpage));
1452 if (do_set_pmd(&vmf, hpage))
1455 get_page(hpage);
1561 * page table, but the new page will not be a subpage of hpage.
1439 set_huge_pmd(struct vm_area_struct *vma, unsigned long addr, pmd_t *pmdp, struct page *hpage) argument
/linux-master/arch/s390/kvm/
H A Dkvm-s390.c200 static int hpage; variable
201 module_param(hpage, int, 0444);
202 MODULE_PARM_DESC(hpage, "1m huge page backing support");
590 if (hpage && !(kvm && kvm_is_ucontrol(kvm)))
844 else if (!hpage || kvm->arch.use_cmma || kvm_is_ucontrol(kvm))
5842 if (nested && hpage) {
/linux-master/kernel/trace/
H A Dring_buffer.c1958 struct buffer_page *hpage = rb_set_head_page(cpu_buffer); local
1960 if (!hpage)
1962 head_page = &hpage->list;

Completed in 636 milliseconds