Lines Matching +full:1 +full:kib
56 * 23:2 1 KiB aligned lo address
57 * 1:0 Reserved
61 * 23:2 1 KiB aligned hi address
62 * 1:0 Reserved
213 size = end - base + 1; in imr_dbgfs_state_show()
252 pr_err("base %pa size 0x%08zx must align to 1KiB\n", in imr_check_params()
292 * @base: physical base address of region aligned to 1KiB.
293 * @size: physical size of region in bytes must be aligned to 1KiB.
339 reg = -1; in imr_add_range()
358 if (reg == -1) { in imr_add_range()
398 * imr_remove_range(-1, base, size); delete IMR from base to base+size.
401 * @base: physical base address of region aligned to 1 KiB.
402 * @size: physical size of region in bytes aligned to 1 KiB.
424 if (reg == -1) { in __imr_remove_range()
493 * @base: physical base address of region aligned to 1 KiB.
494 * @size: physical size of region in bytes aligned to 1 KiB.
501 return __imr_remove_range(-1, base, size); in imr_remove_range()
550 end = (unsigned long)__end_rodata - 1; in imr_fixup_memmap()
562 pr_err("unable to setup IMR for kernel: %zu KiB (%lx - %lx)\n", in imr_fixup_memmap()
565 pr_info("protecting kernel .text - .rodata: %zu KiB (%lx - %lx)\n", in imr_fixup_memmap()