| /arch/powerpc/lib/ |
| A D | test-code-patching.c | 25 #define check(x) do { \ macro 94 check(err); in test_branch_iform() 98 check(err); in test_branch_iform() 102 check(err); in test_branch_iform() 186 check(err); in test_branch_bform() 190 check(err); in test_branch_bform() 194 check(err); in test_branch_bform() 211 check(buf); in test_translate_branch() 360 check(buf); in test_multi_instruction_patching() 368 check(addr32[0] == 0); in test_multi_instruction_patching() [all …]
|
| A D | feature-fixups.c | 709 #define check(x) \ macro 739 check(memcmp(ftr_fixup_test1, ftr_fixup_test1_orig, size) == 0); in test_basic_patching() 743 check(memcmp(ftr_fixup_test1, ftr_fixup_test1_orig, size) == 0); in test_basic_patching() 751 check(memcmp(ftr_fixup_test1, ftr_fixup_test1_orig, size) == 0); in test_basic_patching() 807 check(patch_feature_section(0xF, &fixup) == 1); in test_alternative_case_too_big() 809 check(patch_feature_section(0, &fixup) == 1); in test_alternative_case_too_big() 811 check(patch_feature_section(~0xF, &fixup) == 1); in test_alternative_case_too_big() 889 check(memcmp(ftr_fixup_test_FTR_macros, in test_cpu_macros() 902 check(memcmp(ftr_fixup_test_FW_FTR_macros, in test_fw_macros() 918 check(memcmp(lwsync_fixup_test, in test_lwsync_macros() [all …]
|
| /arch/x86/pci/ |
| A D | pcbios.c | 304 union bios32 *check; in pci_find_bios() local 314 for (check = (union bios32 *) __va(0xe0000); in pci_find_bios() 315 check <= (union bios32 *) __va(0xffff0); in pci_find_bios() 316 ++check) { in pci_find_bios() 321 if (check->fields.signature != BIOS32_SIGNATURE) in pci_find_bios() 323 length = check->fields.length * 16; in pci_find_bios() 328 sum += check->chars[i]; in pci_find_bios() 331 if (check->fields.revision != 0) { in pci_find_bios() 333 check->fields.revision, check); in pci_find_bios() 337 if (check->fields.entry >= 0x100000) { in pci_find_bios() [all …]
|
| /arch/mips/tools/ |
| A D | Makefile | 7 hostprogs += loongson3-llsc-check 8 PHONY += loongson3-llsc-check 9 loongson3-llsc-check: $(obj)/loongson3-llsc-check
|
| A D | .gitignore | 3 loongson3-llsc-check
|
| /arch/m68k/fpsp040/ |
| A D | get_op.S | 503 tstl ETEMP_HI(%a6) |check ms mantissa 505 tstl ETEMP_LO(%a6) |check ls mantissa 516 tstw %d0 |check for zero. 518 tstl ETEMP_HI(%a6) |check words 3 and 2 520 tstl ETEMP_LO(%a6) |check words 1 and 0 555 tstl ETEMP_HI(%a6) |check ms mantissa 557 tstl ETEMP_LO(%a6) |check ls mantissa 561 tstl ETEMP(%a6) |check sign 575 tstl ETEMP(%a6) |check for sign 583 tstw %d0 |check for zero. [all …]
|
| A D | x_operr.S | 159 cmpib #0x60,%d0 |check for nan 162 bnes chkwerr |if not equal, check for incorrect operr 163 bsr check_upper |check if exp and ms mant are special 165 bnes chkwerr |if d0 is true, check for incorrect operr 186 cmpib #0x60,%d0 |check for nan 189 bnes chkberr |if not equal, check for incorrect operr 190 bsr check_upper |check if exp and ms mant are special 192 bnes chkberr |if d0 is true, check for incorrect operr 232 tstw FPTEMP_EX(%a6) |check sign 290 cmpiw #0xc000,FPTEMP_EX(%a6) |check if incorrectly signalled [all …]
|
| A D | sint.S | 144 cmpw #0x403e,LOCAL_EX(%a0) |check if (unbiased) exp > 63 146 cmpw #0x3ffd,LOCAL_EX(%a0) |check if (unbiased) exp < 0 149 | Input is less than zero. Restore sign, and check for directed 153 btstb #1,L_SCR1+3(%a6) |check for rn and rz 155 tstb LOCAL_SGN(%a0) |check for sign 160 cmpib #3,L_SCR1+3(%a6) |check for rp 171 cmpib #2,L_SCR1+3(%a6) |check for rm 182 tstb LOCAL_SGN(%a0) |check for sign
|
| A D | scale.S | 55 movew ETEMP(%a6),%d0 |check src bounds 62 | The source input is below 1, so we check for denormalized numbers 90 tstw ETEMP(%a6) |check src sign 98 tstw %d1 |check for denorm 127 tstl FPTEMP_HI(%a6) |check j bit 212 btstb #4,FPCR_MODE(%a6) |check which one 215 tstb L_SCR1(%a6) |check sign 220 tstb L_SCR1(%a6) |check sign
|
| A D | x_snan.S | 147 cmpil #0,%d0 |check for long 150 cmpil #4,%d0 |check for word 153 cmpil #6,%d0 |check for byte 173 tstl %a0 |check if <ea> is 0 195 tstl %a0 |check if <ea> is 0 217 tstl %a0 |check if <ea> is 0 258 cmpib #3,%d0 |check for nan in destination 261 btstb #6,FPTEMP_HI(%a6) |check if dest nan is an snan 262 bnes issrc |no, so check source for snan
|
| A D | res_func.S | 491 tstb %d0 |check for extended 493 cmpib #1,%d0 |check for single 501 tstw LOCAL_EX(%a0) |check sign 503 cmpib #3,%d1 |check for rp 507 cmpib #2,%d1 |check for rm 516 tstw LOCAL_EX(%a0) |check sign 518 cmpib #3,%d1 |check for rp 522 cmpib #2,%d1 |check for rm 734 | ;check wrap case 1355 tstw LOCAL_EX(%a0) |check sign [all …]
|
| A D | x_fline.S | 34 | check for unimplemented vector first. Use EXC_VEC-4 because 60 cmpib #1,%d1 |check if cpid=1 63 cmpib #0x17,%d1 |check if it is an FMOVECR encoding
|
| A D | kernel_ex.S | 79 btstb #sign_bit,ETEMP_EX(%a6) |check sign for neg or pos 95 btstb #sign_bit,ETEMP_EX(%a6) |check sign for neg or pos 290 btstb #signan_bit,FPTEMP_HI(%a6) |check if signalling 343 btstb #snan_bit,FPCR_ENABLE(%a6) |check if trap enabled
|
| A D | sto_res.S | 35 cmpib #3,%d0 |check for fp0/fp1 cases 68 cmpib #3,%d0 |check for fp0/fp1 cases
|
| /arch/mips/jazz/ |
| A D | Kconfig | 9 the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at 20 the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at 30 the MIPS architecture, check out the Linux/MIPS FAQ on the WWW at
|
| /arch/m68k/ifpsp060/ |
| A D | os.S | 89 btst #0x5,0x4(%a6) | check for supervisor state 122 btst #0x5,0x4(%a6) | check for supervisor state 153 btst #0x5,0x4(%a6) | check for supervisor state 189 btst #0x5,0x4(%a6) | check for supervisor state 224 btst #0x5,0x4(%a6) | check for supervisor state 246 btst #0x5,0x4(%a6) | check for supervisor state 268 btst #0x5,0x4(%a6) | check for supervisor state 292 btst #0x5,0x4(%a6) | check for supervisor state
|
| /arch/mips/kernel/ |
| A D | scall64-n32.S | 35 dsubu t0, v0, __NR_N32_Linux # check syscall number 90 dsubu t2, v0, __NR_N32_Linux # check (new) syscall number
|
| A D | scall64-o32.S | 36 dsubu t0, v0, __NR_O32_Linux # check syscall number 147 dsubu t0, v0, __NR_O32_Linux # check (new) syscall number 196 subu t0, a0, __NR_O32_Linux # check syscall number
|
| /arch/arm/kernel/ |
| A D | entry-common.S | 45 ldr r1, [tsk, #TI_FLAGS] @ re-check for syscall tracing 75 ldr r1, [tsk, #TI_FLAGS] @ re-check for syscall tracing 252 eor scno, scno, #__NR_SYSCALL_BASE @ check OS number 263 ldr r10, [tsk, #TI_FLAGS] @ check for syscall tracing 371 cmpne scno, #NR_syscalls @ check range
|
| /arch/sparc/lib/ |
| A D | M7memset.S | 157 cmp %o2, 64 ! check if there are 64 bytes to set 182 cmp %o4, %g1 ! check there are enough bytes to set 252 cmp %o4, MIN_ZERO ! check if enough bytes to set 287 cmp %o4, 64 ! check if 64 bytes to set 315 .wrchars: ! check for extra chars
|
| /arch/xtensa/ |
| A D | Kconfig.debug | 7 Enable this to turn on TLB sanity check on each entry to userspace. 8 This check can spot missing TLB invalidation/wrong PTE permissions/
|
| /arch/arm64/boot/dts/qcom/ |
| A D | pmi8996.dtsi | 9 * whose the bootloader has to check to continue booting
|
| /arch/arm/mm/ |
| A D | abort-ev4t.S | 26 tst r3, #1 << 20 @ check write
|
| /arch/x86/kernel/ |
| A D | verify_cpu.S | 44 pushfl # standard way to check for cpuid 81 movl $0x1, %eax # check CPU family and model
|
| /arch/mips/ |
| A D | Makefile.postlink | 15 CMD_LS3_LLSC = arch/mips/tools/loongson3-llsc-check
|