Lines Matching refs:KB4
208 #define KB4 ((addr_t)4*1024) macro
903 truncated_addr = trunc_down_page(addr, KB4); in truncate_vm_map_addr_with_flags()
922 misalignment = addr - trunc_down_page(addr, KB4); in get_expected_remap_misalignment()
3061 mappings[0].sms_slide_size = KB4; in alloc_and_fill_shared_file_mappings()
3062 mappings[0].sms_slide_start = KB4; in alloc_and_fill_shared_file_mappings()
3070 mappings[0].sms_slide_size = KB4; in alloc_and_fill_shared_file_mappings()
3071 mappings[0].sms_slide_start = KB4; in alloc_and_fill_shared_file_mappings()
3078 mappings[0].sms_slide_size = KB4; in alloc_and_fill_shared_file_mappings()
3079 mappings[0].sms_slide_start = KB4; in alloc_and_fill_shared_file_mappings()
3084 mappings[0].sms_slide_size = KB4; in alloc_and_fill_shared_file_mappings()
3085 mappings[0].sms_slide_start = KB4; in alloc_and_fill_shared_file_mappings()
3098 mappings[idx].sms_slide_size = KB4; in alloc_and_fill_shared_file_mappings()
3099 mappings[idx].sms_slide_start = KB4; in alloc_and_fill_shared_file_mappings()
3104 mappings[idx].sms_slide_size = KB4; in alloc_and_fill_shared_file_mappings()
3116 mappings[idx].sms_slide_size = KB4; in alloc_and_fill_shared_file_mappings()
3418 assert(align_mask == 0 || align_mask == KB4 - 1 || align_mask == KB16 - 1); in create_allocation()