Lines Matching +full:0 +full:x90
37 virtual addresses that contain 0xa in bits 63-60.
58 - Version tag values of 0x0 and 0xf are reserved. These values match any
106 resumable error (TT=0x7e) trap to the kernel. The kernel sends
111 siginfo.errno = 0;
114 siginfo.si_trapno = 0;
125 exception is sent to the kernel with TT=0x1a. The kernel sends
130 siginfo.errno = 0;
133 siginfo.si_trapno = 0;
146 fault type set to 0xa (invalid ASI). When this occurs, the kernel
150 siginfo.errno = 0;
153 siginfo.si_trapno = 0;
179 #define PROT_ADI 0x10
191 adi_blksz = 0;
204 if (adi_blksz == 0) {
214 IPC_CREAT | SHM_R | SHM_W)) < 0) {
219 shmaddr = shmat(shmid, NULL, 0);
238 "stxa %1, [%0]0x90\n\t"
254 for (i = 0; i < BUFFER_SIZE; i++) {
263 for (i = 0; i < BUFFER_SIZE; i++)
275 if (shmdt((const void *)shmaddr) != 0)
279 exit(0);
282 if (shmdt((const void *)shmaddr) != 0)