Searched refs:word (Results 26 - 45 of 45) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_RxAttn.c62 word srcCID;
134 int RXAttention(sp, mp, f, len) /* (CCBPtr sp, ADSP_FRAMEPtr f, word len) */
H A Dadsp_Packet.c388 word dstCID;
389 word srcCID;
515 if ((sp->state == (word)sListening) && /* This CCB is a listener */
724 /* (bytePtr data, word len, AddrUnion a, byte dsoc) */
/macosx-10.5.8/xnu-1228.15.4/libkern/ppc/
H A Dbcmp.s64 srwi r0,r5,2 ; r0 = word len
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dfasttrap_isa.c689 int32_t curdcd, lastmask, newmask, spr, bit, bito, word; local
725 word = spr >> 5; /* Get word index into table */
729 if(!(sprtbl[word] & bit)) return (diINV); /* Bogus SPR so whole instruction is invalid... */
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Didt.s73 .word seg ;\
81 .word seg ;\
89 .word seg ;\
H A Didt64.s64 .word seg ;\
H A Dlocore.s1324 * unsigned short word)
1326 * Output a word to an IO port.
1340 * Input a word from an IO port.
1347 inw %dx,%ax /* get the word */
1573 .word 0
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/panic_ui/
H A Dsetupdialog.c37 char word[2]; local
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_lock.s396 * Spin until word hits 0 or timeout.
414 mr r9,r3 ; Save the sync word address
432 * Spin until word changes or timeout.
447 mr r9,r3 ; Save the sync word address
851 stw r10,MUTEX_DATA(r3) ; clear lock word
1959 stwcx. r6,RW_DATA,r3 ; Update lock word
1992 stwcx. r6,RW_DATA,r3 ; Update lock word
2033 stwcx. r9,RW_DATA,r3 ; Update lock word
2081 stwcx. r6,RW_DATA,r3 ; Update lock word
2115 stwcx. r6,RW_DATA,r3 ; Update lock word
[all...]
H A Dcswtch.s141 lwz r0,CTHREAD_SELF+0(r5) ; Pick up the user assist "word" (actually a double)
149 stw r0,UAW+0(r12) ; Save the assist word for the "ultra fast path"
427 la r5,FPUsync(r3) ; Point to the sync word
455 fssync1: lwarx r7,0,r5 ; Get the sync word
510 mr r5,r7 ; Set the lock word data
582 la r15,FPUsync(r22) ; Point to the sync word
640 fswsync1: lwarx r19,0,r15 ; Get the sync word
727 fsnosave: la r15,FPUsync(r29) ; Point to the sync word
746 fsnsync1: lwarx r19,0,r15 ; Get the sync word
1140 la r5,VMXsync(r3) ; Point to the sync word
[all...]
H A Dmachine_routines_asm.s298 mpr64bit: andi. r0,r3,3 ; Check if we are on a word boundary
394 /* Read physical address half word
399 * Read the half word at physical address paddr. Memory should not be cache inhibited.
421 lhz r3,0(r3) ; Get the half word
425 /* Read physical address word
432 * Read the word at physical address paddr. Memory should not be cache inhibited.
458 lwz r3,0(r3) ; Get the word
462 /* Read physical address double word
467 * Read the double word at physical address paddr. Memory should not be cache inhibited.
489 lwz r4,4(r3) ; Get the low word
[all...]
H A Dasm.h59 #define rtcu 4 /* RTCU - upper word of RTC for 601 emulation */
60 #define rtcl 5 /* RTCL - lower word of RTC for 601 emulation */
610 * Macros to access high and low word values of an address
745 #define Value .word
H A Dhw_vm.s219 or r0,r30,r0 ; Fill high word of 64-bit with 1s so we will properly carry
2423 ; word of the xor.
3616 la r5,ppLink+4(r3) ; Point to the link word
4075 rlwimi r4,r5,0,17,31 ; Insert the new generation number into the control word
4369 li r0,1 ; Get our lock word
4553 li r0,1 ; Get our lock word
4929 cntlzw r3,r4 ; Get first 1-bit in 1st word
4931 cntlzw r10,r5 ; Get first free field in second word
4932 andc r4,r4,r9 ; Turn 1-bit off in 1st word
4933 bne mapalc1f ; Found one in 1st word
[all...]
H A Dsavearea_asm.s335 mr r4,r3 ; copy low word of phys address to r4
336 li r3,0 ; assume upper word was 0
381 lwz r5,SACvrswap+4(r5) ; Get the virtual to real translation (only need low word)
384 rlwinm r3,r3,0,0,31 ; 0 upper word if a 64-bit machine
H A Dskiplists.s1167 lwz r24,mpVAddr+0(r26) ; get upper word of key
1169 lwz r28,mpVAddr+4(r26) ; get lower word of key
1172 cmpwi r24,0 ; upper word of key (ie, va) should be 0
1262 lwzx r27,r24,r30 ; get upper word
H A Dlowmem_vectors.s791 lwz r11,spcFlags(r11) ; get the special flags word from per_proc
809 lwz r11,spcFlags(r11) ; get the special flags word from per_proc
826 lwz r3,UAW+4(r11) ; get user assist word, assuming a 32-bit processor
836 lwz r3,spcFlags(r11) ; get "special flags" word from per_proc
H A Dstart.s900 ; .align 2 - Always on word boundary
H A Dhw_exception.s867 addi r4,r4,4 ; Next word
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeOps.c438 u_int16_t word[8]; member in struct:row
/macosx-10.5.8/xnu-1228.15.4/libkern/
H A Dzlib.c3776 } word; /* 16-bit, 8 bytes for 32-bit int's) */ member in struct:inflate_huft_s
3957 #define exop word.what.Exop
3958 #define bits word.what.Bits
4375 #define exop word.what.Exop
4376 #define bits word.what.Bits
5006 #define exop word.what.Exop
5007 #define bits word.what.Bits
5348 #define exop word.what.Exop
5349 #define bits word.what.Bits

Completed in 125 milliseconds

12