Searched refs:hpage (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/fs/verity/ |
| H A D | verify.c | 35 return PageChecked(hpage); in is_hash_block_verified() 60 if (PageChecked(hpage)) { in is_hash_block_verified() 77 SetPageChecked(hpage); in is_hash_block_verified() 149 struct page *hpage; in verify_data_block() local 175 if (IS_ERR(hpage)) { in verify_data_block() 178 PTR_ERR(hpage), hpage_idx); in verify_data_block() 186 put_page(hpage); in verify_data_block() 189 hblocks[level].page = hpage; in verify_data_block() 200 struct page *hpage = hblocks[level - 1].page; in verify_data_block() local 217 SetPageChecked(hpage); in verify_data_block() [all …]
|
| /linux-6.15/io_uring/ |
| H A D | rsrc.c | 621 int nr_pages, struct page *hpage) in headpage_already_acct() argument 629 if (compound_head(pages[i]) == hpage) in headpage_already_acct() 644 if (compound_head(imu->bvec[j].bv_page) == hpage) in headpage_already_acct() 663 struct page *hpage; in io_buffer_account_pin() local 665 hpage = compound_head(pages[i]); in io_buffer_account_pin() 666 if (hpage == *last_hpage) in io_buffer_account_pin() 668 *last_hpage = hpage; in io_buffer_account_pin() 669 if (headpage_already_acct(ctx, pages, i, hpage)) in io_buffer_account_pin() 671 imu->acct_pages += page_size(hpage) >> PAGE_SHIFT; in io_buffer_account_pin()
|
| /linux-6.15/tools/testing/selftests/drivers/dma-buf/ |
| H A D | udmabuf.c | 28 static int create_memfd_with_seals(off64_t size, bool hpage) in create_memfd_with_seals() argument 33 if (hpage) in create_memfd_with_seals()
|
| /linux-6.15/Documentation/virt/kvm/x86/ |
| H A D | running-nested-guests.rst | 171 .. note:: On s390x, the kernel parameter ``hpage`` is mutually exclusive 173 ``nested``, the ``hpage`` parameter *must* be disabled.
|
| /linux-6.15/mm/ |
| H A D | khugepaged.c | 1470 pmd_t *pmdp, struct page *hpage) in set_huge_pmd() argument 1479 VM_BUG_ON(!PageTransHuge(hpage)); in set_huge_pmd() 1482 if (do_set_pmd(&vmf, hpage)) in set_huge_pmd() 1485 get_page(hpage); in set_huge_pmd()
|
| /linux-6.15/arch/s390/kvm/ |
| H A D | kvm-s390.c | 205 static int hpage; variable 206 module_param(hpage, int, 0444); 207 MODULE_PARM_DESC(hpage, "1m huge page backing support"); 616 if (hpage && !(kvm && kvm_is_ucontrol(kvm))) in kvm_vm_ioctl_check_extension() 878 else if (!hpage || kvm->arch.use_cmma || kvm_is_ucontrol(kvm)) in kvm_vm_ioctl_enable_cap() 6114 if (nested && hpage) { in kvm_s390_init()
|
| /linux-6.15/kernel/trace/ |
| H A D | ring_buffer.c | 2744 struct buffer_page *hpage = rb_set_head_page(cpu_buffer); in rb_insert_pages() local 2746 if (!hpage) in rb_insert_pages() 2748 head_page = &hpage->list; in rb_insert_pages()
|
| /linux-6.15/Documentation/virt/kvm/ |
| H A D | api.rst | 7775 :Returns: 0 on success, -EINVAL if hpage module parameter was not set 7783 hpage module parameter is not set to 1, -EINVAL is returned.
|