Searched refs:psz (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/arch/sh/kernel/cpu/sh4/ |
H A D | sq.c | 150 unsigned int psz; sq_remap() local 185 psz = (size + (PAGE_SIZE - 1)) >> PAGE_SHIFT; sq_remap() 188 psz, psz == 1 ? " " : "s", sq_remap()
|
/linux-4.4.14/drivers/irqchip/ |
H A D | irq-gic-v3-its.c | 816 int psz = SZ_64K; its_alloc_tables() local 839 int order = get_order(psz); its_alloc_tables() 873 alloc_pages = (alloc_size / psz); its_alloc_tables() 876 order = get_order(GITS_BASER_PAGES_MAX * psz); its_alloc_tables() 897 switch (psz) { its_alloc_tables() 936 switch (psz) { its_alloc_tables() 938 psz = SZ_4K; its_alloc_tables() 941 psz = SZ_16K; its_alloc_tables() 954 pr_info("ITS: allocated %d %s @%lx (psz %dK, shr %d)\n", its_alloc_tables() 958 psz / SZ_1K, (int)shr >> GITS_BASER_SHAREABILITY_SHIFT); its_alloc_tables()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 8608 DP(NETIF_MSG_IFUP, "ilt client[CDU]: start %d, end %d, psz 0x%x, flags 0x%x, hw psz %d\n", bnx2x_ilt_set_info() 8630 "ilt client[QM]: start %d, end %d, psz 0x%x, flags 0x%x, hw psz %d\n", bnx2x_ilt_set_info() 8649 "ilt client[SRC]: start %d, end %d, psz 0x%x, flags 0x%x, hw psz %d\n", bnx2x_ilt_set_info() 8666 "ilt client[TM]: start %d, end %d, psz 0x%x, flags 0x%x, hw psz %d\n", bnx2x_ilt_set_info()
|
Completed in 213 milliseconds