Searched refs:psz (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/arch/sh/kernel/cpu/sh4/ |
D | sq.c | 148 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()
|
/linux-6.6.21/drivers/irqchip/ |
D | irq-gic-v3-its.c | 82 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() 2418 baser->psz = psz; in its_setup_baser() 2426 psz / SZ_1K, (int)shr >> GITS_BASER_SHAREABILITY_SHIFT); in its_setup_baser() [all …]
|
/linux-6.6.21/drivers/usb/gadget/udc/ |
D | max3420_udc.c | 688 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()
|
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/ |
D | radix.h | 341 pgprot_t flags, unsigned int psz);
|
/linux-6.6.21/arch/riscv/kvm/ |
D | mmu.c | 63 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()
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/ |
D | qed_cxt.c | 822 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()
|