Lines Matching +full:- +full:- +full:-
10 * fill in the SPRs with a well-known value, read the values back (since not
12 * (if the '-w' option has been specified) so that the user has a chance to
19 * content automatically, and some are only accessible with hypervisor privi-
33 /* "Indirect" mfspr/mtspr which accept a non-constant spr number */
42 " addi %0, %0, (2f-1b) \n" in __mfspr()
69 " addi %0, %0, (2f-1b) \n" in __mtspr()
246 /* SPRs from PowerISA 2.07 Book III-S */
305 [895] = { "WORT", 64, OS_RW, }, /* UM says 18-bits! */
509 -1ULL, in main()
513 if (!strcmp(argv[i], "-w")) { in main()
515 } else if (!strcmp(argv[i], "-p")) { in main()
519 report_abort("Error: bad value for -p"); in main()
520 pat ^= patterns[*argv[i] - '0']; in main()
521 } else if (!strcmp(argv[i], "-t")) { in main()
594 "%-10s(%4d):\t 0x%08lx <==> 0x%08lx", in main()
598 report(pass, "%-10s(%4d):\t0x%016lx <==> 0x%016lx", in main()