Home
last modified time | relevance | path

Searched refs:psz (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/sh/kernel/cpu/sh4/
Dsq.c150 unsigned int psz; in sq_remap() local
185 psz = (size + (PAGE_SIZE - 1)) >> PAGE_SHIFT; in sq_remap()
188 psz, psz == 1 ? " " : "s", in sq_remap()
/linux-4.4.14/drivers/irqchip/
Dirq-gic-v3-its.c816 int psz = SZ_64K; in its_alloc_tables() local
839 int order = get_order(psz); in its_alloc_tables()
873 alloc_pages = (alloc_size / psz); in its_alloc_tables()
876 order = get_order(GITS_BASER_PAGES_MAX * psz); in its_alloc_tables()
897 switch (psz) { in its_alloc_tables()
936 switch (psz) { in its_alloc_tables()
938 psz = SZ_4K; in its_alloc_tables()
941 psz = SZ_16K; in its_alloc_tables()
958 psz / SZ_1K, (int)shr >> GITS_BASER_SHAREABILITY_SHIFT); in its_alloc_tables()