Lines Matching +full:8 +full:kb
151 /* Maximum positive relative conditional branch, + 32 KB - 4B */ in test_branch_bform()
157 /* Largest negative relative conditional branch, - 32 KB */ in test_branch_bform()
179 /* Maximum relative negative offset, - 32 KB */ in test_branch_bform()
184 /* Out of range relative negative offset, - 32 KB + 4*/ in test_branch_bform()
188 /* Out of range relative positive offset, + 32 KB */ in test_branch_bform()
286 /* Maximum negative case, move b . to addr + 32 KB */ in test_translate_branch()
298 /* Maximum positive case, move x to x - 32 KB + 4 */ in test_translate_branch()
310 /* Jump to x + 12 KB moved to x + 20 KB */ in test_translate_branch()
321 /* Jump to x + 8 KB moved to x - 8 KB + 4 */ in test_translate_branch()
359 buf = vzalloc(PAGE_SIZE * 8); in test_multi_instruction_patching()
402 addr32 = buf + PAGE_SIZE * 4 - 8; in test_multi_instruction_patching()
415 addr64 = buf + PAGE_SIZE * 5 - 8; in test_multi_instruction_patching()