Home
last modified time | relevance | path

Searched refs:page (Results 6626 - 6650 of 6843) sorted by relevance

1...<<261262263264265266267268269270>>...274

/kernel/linux/linux-6.6/drivers/soundwire/
H A Damd_manager.c267 if (msg->page) { in amd_prep_msg()
/kernel/linux/linux-6.6/drivers/vfio/
H A Dvfio_main.c985 /* Ranges should fit into a single kernel page */
1534 int npage, int prot, struct page **pages) in vfio_pin_pages()
1550 * VFIO ignores the sub page offset, npages is from the start of in vfio_pin_pages()
1552 * the sub page offset by doing: in vfio_pin_pages()
/kernel/linux/linux-6.6/drivers/staging/fbtft/
H A Dfbtft-core.c346 "page->index=%lu y_low=%d y_high=%d\n", in fbtft_deferred_io()
347 pageref->page->index, y_low, y_high); in fbtft_deferred_io()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxen-hcd.c21 #include <xen/page.h>
/kernel/linux/linux-6.6/drivers/video/
H A Dsticore.c28 #include <asm/page.h>
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h180 /* The minimum page size is 4K for hardware */
255 u32 offset; /* page offset */
256 u32 count; /* page count */
276 unsigned int page_shift; /* buffer page shift */
284 unsigned int ba_pg_shift; /* BA table page shift */
285 unsigned int buf_pg_shift; /* buffer page shift */
286 unsigned int buf_pg_count; /* buffer page count */
382 u32 *page; member
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttv-risc.c24 #include <asm/page.h>
46 /* estimate risc mem: worst case is one write per page border + in bttv_risc_packed()
48 can cause next bpl to start close to a page border. First DMA in bttv_risc_packed()
131 /* estimate risc mem: worst case is one write per page border + in bttv_risc_planar()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dfw.h190 /* associated when build rsvd page */
195 u8 page; member
/kernel/linux/linux-6.6/drivers/net/ieee802154/
H A Dmcr20a.c493 mcr20a_set_channel(struct ieee802154_hw *hw, u8 page, u8 channel) in mcr20a_set_channel() argument
/kernel/linux/linux-6.6/drivers/perf/
H A Darm_spe_pmu.c486 * the page boundary following it. Keep the tail boundary if in __arm_spe_pmu_next_off()
891 struct page **pglist; in arm_spe_pmu_setup_aux()
/kernel/linux/linux-6.6/drivers/parisc/
H A Dlba_pci.c42 #include <asm/page.h>
964 ** Each rope gets a full 64*KB* (ie 4 bytes per page) this way.
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c209 struct page **pages;
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_ring_submission.c62 static struct page *status_page(struct intel_engine_cs *engine) in status_page()
81 * The ring status page addresses are no longer next to the rest of in set_hwsp()
673 /* Stall until the page table load is complete? */ in load_pd_dir()
H A Dselftest_timeline.c27 static struct page *hwsp_page(struct intel_timeline *tl) in hwsp_page()
/kernel/linux/linux-6.6/drivers/hwtracing/ptt/
H A Dhisi_ptt.c1031 struct page **pagelist; in hisi_ptt_pmu_setup_aux()
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Dirq_remapping.c530 struct page *pages; in intel_setup_irq_remapping()
/kernel/linux/linux-6.6/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_qp.c46 #include <asm/page.h>
175 /* Note: one extra page for the header. */ in pvrdma_set_sq_size()
314 /* Skip header page. */ in pvrdma_create_qp()
332 "could not allocate page directory\n"); in pvrdma_create_qp()
343 /* Ring state is always the first page. */ in pvrdma_create_qp()
/kernel/linux/linux-6.6/drivers/iommu/
H A Dio-pgtable-arm.c3 * CPU-agnostic ARM page table allocator.
63 /* Calculate the block/page mapping size at level l for pagetable in d. */
195 struct page *p; in __arm_lpae_alloc_pages()
221 dev_err(dev, "Cannot accommodate DMA translation for IOMMU page tables\n"); in __arm_lpae_alloc_pages()
582 * a page entry here since we're never at the last level. in arm_lpae_split_blk_unmap()
607 /* Something went horribly wrong and we ran out of page table */ in __arm_lpae_unmap()
706 /* Ran out of page tables to walk */ in arm_lpae_iova_to_phys()
720 * We need to restrict the supported page sizes to match the in arm_lpae_restrict_pgsizes()
722 * the CPU page size if possible, otherwise prefer smaller sizes. in arm_lpae_restrict_pgsizes()
1179 * Empty page table in arm_lpae_run_tests()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw_qp_rx.c35 struct page *p; in siw_rx_umem()
54 siw_dbg_qp(rx_qp(srx), "page %pK, bytes=%u\n", p, bytes); in siw_rx_umem()
65 pr_warn("siw: [QP %u]: %s, len %d, page %p, rv %d\n", in siw_rx_umem()
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dbset.c1244 struct page *outp; in __btree_sort()
1266 * still be swapped here. Because state->pool is a page mempool in __btree_sort()
/kernel/linux/linux-6.6/net/tls/
H A Dtls_main.c180 struct page *p; in tls_push_sg()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_uprobe.c870 struct page *p = alloc_pages_node(cpu_to_node(cpu), in uprobe_buffer_init()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind.tex248 signal-safe. The manual page for each \Prog{libunwind} routine
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.h918 void* page);
994 // is implementation-defined, between 3 and minimum page size.
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h373 void* page);

Completed in 46 milliseconds

1...<<261262263264265266267268269270>>...274