Searched refs:vec (Results 1 - 13 of 13) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_asm.s53 isync ; Need this because we may have ditched fp/vec
84 isync ; Need this because we may have ditched fp/vec
/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/i386/
H A Dkdsoft.h269 int vec,
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Didt.s70 #define IDT_BASE_ENTRY(vec,seg,type) \
72 .long EXT(vec) - EXT(hi_remap_text) + HIGH_MEM_BASE ; \
78 #define IDT_BASE_ENTRY_INT(vec,seg,type) \
80 .long vec - EXT(hi_remap_text) + HIGH_MEM_BASE ; \
86 #define IDT_BASE_ENTRY_TG(vec,seg,type) \
94 #define IDT_ENTRY(vec,type) IDT_BASE_ENTRY(vec,KERNEL_CS,type)
95 #define IDT_ENTRY_INT(vec,type) IDT_BASE_ENTRY_INT(vec,KERNEL_CS,type)
H A Didt64.s60 #define IDT64_BASE_ENTRY(vec,seg,ist,type) \
62 .long vec ;\
70 #define IDT64_ENTRY(vec,ist,type) \
71 IDT64_BASE_ENTRY(EXT(vec),KERNEL64_CS,ist,type)
72 #define IDT64_ENTRY_LOCAL(vec,ist,type) \
73 IDT64_BASE_ENTRY(vec,KERNEL64_CS,ist,type)
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_asm.s55 andc r6,r6,r7 ; Force FP and vec off
H A Dhw_lock.s205 isync ; May have turned off vec and fp here
941 isync ; May have turned off vec and fp here
972 mtmsr r7 ; Turn off interruptions, vec and fp off already
1054 isync ; May have turned off vec and fp here
1258 isync ; May have turned off vec and fp here
1466 isync ; May have turned off vec and fp here
1696 isync ; May have turned off vec and fp here
1801 isync ; May have turned off vec and fp here
H A Dmachine_routines_asm.s866 isync ; May have messed with fp/vec
H A Dhw_vm.s4865 isync ; Make sure FP and vec are off
8681 lis r2,0x0200 ; Get vec
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_mman.c870 user_addr_t vec; local
895 vec = uap->vec;
930 error = copyout(&c, vec + lastvecindex, 1);
941 error = copyout(&c, vec + vecindex, 1);
955 error = copyout(&c, vec + lastvecindex, 1);
H A Dkern_exec.c1579 struct __user_sigaction vec; local
1747 vec.sa_handler = SIG_DFL;
1748 vec.sa_tramp = 0;
1749 vec.sa_mask = 0;
1750 vec.sa_flags = 0;
1753 error = setsigvec(p, sig, &vec);
H A Dkern_sig.c327 struct user_sigaction vec; local
330 struct user_sigaction *sa = &vec;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp936 Ranges vec = _ranges; local
944 getAddrLenForInd(addr, len, type, vec, ind);
1538 Ranges vec = _ranges;
1543 getAddrLenForInd(addr, length, type, vec, rangesIndex);
1559 getAddrLenForInd(newAddr, newLen, type, vec, rangesIndex);
1847 Ranges vec = _ranges;
1857 // Get the startPage address and length of vec[range]
1858 getAddrLenForInd(startPage, numBytes, type, vec, range);
2116 Ranges vec = _ranges;
2121 if (vec
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h365 char vec_l_[PADL_(user_addr_t)]; user_addr_t vec; char vec_r_[PADR_(user_addr_t)]; member in struct:mincore_args

Completed in 115 milliseconds