Home
last modified time | relevance | path

Searched refs:psz (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
H A Dsq.c148 unsigned int psz; in sq_remap() local
183 psz = (size + (PAGE_SIZE - 1)) >> PAGE_SHIFT; in sq_remap()
186 psz, psz == 1 ? " " : "s", in sq_remap()
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/
H A Dsq.c148 unsigned int psz; in sq_remap() local
183 psz = (size + (PAGE_SIZE - 1)) >> PAGE_SHIFT; in sq_remap()
186 psz, psz == 1 ? " " : "s", in sq_remap()
/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-gic-v3-its.c80 u32 psz; member
2315 u32 alloc_pages, psz; in its_setup_baser() local
2319 psz = baser->psz; in its_setup_baser()
2320 alloc_pages = (PAGE_ORDER_TO_SIZE(order) / psz); in its_setup_baser()
2326 order = get_order(GITS_BASER_PAGES_MAX * psz); in its_setup_baser()
2340 if (psz != SZ_64K) { in its_setup_baser()
2341 pr_err("ITS: no 52bit PA support when psz=%d\n", psz); in its_setup_baser()
2361 switch (psz) { in its_setup_baser()
2424 u32 psz = baser->psz; its_parse_indirect_baser() local
2544 u64 psz = SZ_64K; its_probe_baser_psz() local
2749 unsigned int psz, esz, idx, npg, gpsz; allocate_vpe_l2_table() local
2820 unsigned int psz = SZ_64K; allocate_vpe_l1_table() local
[all...]
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-gic-v3-its.c82 u32 psz; member
2329 u32 alloc_pages, psz; in its_setup_baser() local
2333 psz = baser->psz; in its_setup_baser()
2334 alloc_pages = (PAGE_ORDER_TO_SIZE(order) / psz); in its_setup_baser()
2340 order = get_order(GITS_BASER_PAGES_MAX * psz); in its_setup_baser()
2354 if (psz != SZ_64K) { in its_setup_baser()
2355 pr_err("ITS: no 52bit PA support when psz=%d\n", psz); in its_setup_baser()
2375 switch (psz) { in its_setup_baser()
2440 u32 psz = baser->psz; its_parse_indirect_baser() local
2560 u64 psz = SZ_64K; its_probe_baser_psz() local
2772 unsigned int psz, esz, idx, npg, gpsz; allocate_vpe_l2_table() local
2843 unsigned int psz = SZ_64K; allocate_vpe_l1_table() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dmax3420_udc.c692 int done, length, psz; in max3420_do_data() local
701 psz = ep->ep_usb.maxpacket; in max3420_do_data()
703 length = min(length, psz); in max3420_do_data()
715 if (length < psz) in max3420_do_data()
718 psz = spi_rd8(udc, MAX3420_REG_EP0BC + ep_id); in max3420_do_data()
719 length = min(length, psz); in max3420_do_data()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dmax3420_udc.c688 int done, length, psz; in max3420_do_data() local
697 psz = ep->ep_usb.maxpacket; in max3420_do_data()
699 length = min(length, psz); in max3420_do_data()
711 if (length < psz) in max3420_do_data()
714 psz = spi_rd8(udc, MAX3420_REG_EP0BC + ep_id); in max3420_do_data()
715 length = min(length, psz); in max3420_do_data()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H A Dradix.h296 pgprot_t flags, unsigned int psz);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H A Dradix.h341 pgprot_t flags, unsigned int psz);
/kernel/linux/linux-6.6/arch/riscv/kvm/
H A Dmmu.c63 unsigned long psz = 1UL << 12; in gstage_page_size_to_level() local
66 if (page_size == (psz << (i * gstage_index_bits))) { in gstage_page_size_to_level()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c822 u32 conn_num, total_size, ent_per_page, psz, i; in qed_cxt_src_t2_alloc() local
843 psz = ILT_PAGE_IN_BYTES(p_src->p_size.val); in qed_cxt_src_t2_alloc()
845 p_t2->num_pages = DIV_ROUND_UP(total_size, psz); in qed_cxt_src_t2_alloc()
856 rc = qed_cxt_t2_alloc_pages(p_hwfn, p_t2, total_size, psz); in qed_cxt_src_t2_alloc()
863 ent_per_page = psz / sizeof(struct src_ent); in qed_cxt_src_t2_alloc()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c822 u32 conn_num, total_size, ent_per_page, psz, i; in qed_cxt_src_t2_alloc() local
843 psz = ILT_PAGE_IN_BYTES(p_src->p_size.val); in qed_cxt_src_t2_alloc()
845 p_t2->num_pages = DIV_ROUND_UP(total_size, psz); in qed_cxt_src_t2_alloc()
856 rc = qed_cxt_t2_alloc_pages(p_hwfn, p_t2, total_size, psz); in qed_cxt_src_t2_alloc()
863 ent_per_page = psz / sizeof(struct src_ent); in qed_cxt_src_t2_alloc()

Completed in 25 milliseconds