Lines Matching full:aligned

47 	_1KB = 1ULL << 10,	/* 1KB -> not page aligned */
209 * Check that the address is aligned to the specified alignment. in get_source_mapping()
212 * 2MB-aligned, however it will not be considered valid for a in get_source_mapping()
317 * Consider the following range which is 2MB aligned and is
564 * the beginning of the mapping just because the aligned
570 char *test_name = "mremap move 1mb from start at 1MB+256KB aligned src"; in mremap_move_1mb_from_start()
574 /* Config to reuse get_source_mapping() to do an aligned mmap. */ in mremap_move_1mb_from_start()
597 * Unmap the beginning of dest so that the aligned address in mremap_move_1mb_from_start()
773 "mremap - Destination Address Misaligned (1KB-aligned)"); in main()
776 "mremap - Source Address Misaligned (1KB-aligned)"); in main()
778 /* Src addr PTE aligned */ in main()
781 "8KB mremap - Source PTE-aligned, Destination PTE-aligned"); in main()
783 /* Src addr 1MB aligned */ in main()
785 "2MB mremap - Source 1MB-aligned, Destination PTE-aligned"); in main()
787 "2MB mremap - Source 1MB-aligned, Destination 1MB-aligned"); in main()
789 /* Src addr PMD aligned */ in main()
791 "4MB mremap - Source PMD-aligned, Destination PTE-aligned"); in main()
793 "4MB mremap - Source PMD-aligned, Destination 1MB-aligned"); in main()
795 "4MB mremap - Source PMD-aligned, Destination PMD-aligned"); in main()
797 /* Src addr PUD aligned */ in main()
799 "2GB mremap - Source PUD-aligned, Destination PTE-aligned"); in main()
801 "2GB mremap - Source PUD-aligned, Destination 1MB-aligned"); in main()
803 "2GB mremap - Source PUD-aligned, Destination PMD-aligned"); in main()
805 "2GB mremap - Source PUD-aligned, Destination PUD-aligned"); in main()
807 /* Src and Dest addr 1MB aligned. 5MB mremap. */ in main()
809 "5MB mremap - Source 1MB-aligned, Destination 1MB-aligned"); in main()
811 /* Src and Dest addr 1MB aligned. 5MB mremap. */ in main()
813 "5MB mremap - Source 1MB-aligned, Dest 1MB-aligned with 40MB Preamble"); in main()
817 "1GB mremap - Source PTE-aligned, Destination PTE-aligned"); in main()
819 * mremap 1GB region - Page table level aligned time in main()
823 "1GB mremap - Source PMD-aligned, Destination PMD-aligned"); in main()
825 "1GB mremap - Source PUD-aligned, Destination PUD-aligned"); in main()