/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/ |
H A D | radeon_cs.h | 84 /* cs functions */ 88 int (*cs_write_reloc)(struct radeon_cs *cs, 93 int (*cs_begin)(struct radeon_cs *cs, 98 int (*cs_end)(struct radeon_cs *cs, 102 int (*cs_emit)(struct radeon_cs *cs); 103 int (*cs_destroy)(struct radeon_cs *cs); 104 int (*cs_erase)(struct radeon_cs *cs); 105 int (*cs_need_flush)(struct radeon_cs *cs); 106 void (*cs_print)(struct radeon_cs *cs, FILE *file); 123 static inline int radeon_cs_write_reloc(struct radeon_cs *cs, argument 136 radeon_cs_begin(struct radeon_cs *cs, uint32_t ndw, const char *file, const char *func, int line) argument 145 radeon_cs_end(struct radeon_cs *cs, const char *file, const char *func, int line) argument 153 radeon_cs_emit(struct radeon_cs *cs) argument 158 radeon_cs_destroy(struct radeon_cs *cs) argument 163 radeon_cs_erase(struct radeon_cs *cs) argument 168 radeon_cs_need_flush(struct radeon_cs *cs) argument 173 radeon_cs_print(struct radeon_cs *cs, FILE *file) argument 178 radeon_cs_set_limit(struct radeon_cs *cs, uint32_t domain, uint32_t limit) argument 187 radeon_cs_write_dword(struct radeon_cs *cs, uint32_t dword) argument 195 radeon_cs_write_qword(struct radeon_cs *cs, uint64_t qword) argument 204 radeon_cs_write_table(struct radeon_cs *cs, void *data, uint32_t size) argument 213 radeon_cs_space_set_flush(struct radeon_cs *cs, void (*fn)(void *), void *data) argument [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/transitions/ |
H A D | libkir.S | 45 * %cs : .text16 segment 53 popw %cs:kir_ds 64 * %cs:0000 must point to the start of the runtime image code segment 74 movw %ds, %cs:ext_ds 75 pushw %cs 76 popw %ds /* Set %ds = %cs for easier access to variables */ 102 pushw %cs:save_retaddr 105 movw %cs:save_ax, %ax 126 pushw %cs 127 popw %ds /* Set %ds = %cs fo [all...] |
H A D | liba20.S | 252 movw %cs:enable_a20_method, %ax 261 movw %ax, %cs:enable_a20_method 265 movw %ax, %cs:enable_a20_method 269 movw %ax, %cs:enable_a20_method 274 movw $0, %cs:enable_a20_method
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/ |
H A D | ReadCs.c | 35 mov ax, cs
|
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
H A D | vj.c | 23 * Modified June 1993 by Paul Mackerras, paulus@cs.anu.edu.au, 145 register struct cstate *cs = comp->last_cs->cs_next; local 180 if (ip->ip_src.s_addr != cs->cs_ip.ip_src.s_addr 181 || ip->ip_dst.s_addr != cs->cs_ip.ip_dst.s_addr 182 || *(long *)th != ((long *)&cs->cs_ip)[getip_hl(cs->cs_ip)]) { 199 lcs = cs; cs = cs->cs_next; 201 if (ip->ip_src.s_addr == cs 421 register struct cstate *cs; local 461 struct cstate *cs; local [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | vj.c | 23 * Modified June 1993 by Paul Mackerras, paulus@cs.anu.edu.au, 141 register struct cstate *cs = comp->last_cs->cs_next; local 178 if (!ip_addr_cmp(&ip->src, &cs->cs_ip.src) 179 || !ip_addr_cmp(&ip->dest, &cs->cs_ip.dest) 180 || *(long *)th != ((long *)&cs->cs_ip)[IPH_HL(&cs->cs_ip)]) { 197 lcs = cs; cs = cs->cs_next; 199 if (ip_addr_cmp(&ip->src, &cs 430 register struct cstate *cs; local 468 struct cstate *cs; local [all...] |
/vbox/src/VBox/VMM/VMMRC/ |
H A D | CPUMRC.cpp | 97 AssertMsg(pCtx->eflags.Bits.u1IF, ("cs:eip=%04x:%08x ss:esp=%04x:%08x cpl=%u raw/efl=%#x/%#x%s\n", pCtx->cs.Sel, pCtx->eip, pCtx->ss.Sel, pCtx->esp, uRawCpl, u32EFlags, pCtx->eflags.u, fPatch ? " patch" : "")); 99 ("cs:eip=%04x:%08x ss:esp=%04x:%08x cpl=%u raw/efl=%#x/%#x%s\n", pCtx->cs.Sel, pCtx->eip, pCtx->ss.Sel, pCtx->esp, uRawCpl, u32EFlags, pCtx->eflags.u, fPatch ? " patch" : "")); 102 AssertMsg((u32EFlags & X86_EFL_IF) || fPatch,("cs:eip=%04x:%08x ss:esp=%04x:%08x cpl=%u raw/efl=%#x/%#x%s\n", pCtx->cs.Sel, pCtx->eip, pCtx->ss.Sel, pCtx->esp, uRawCpl, u32EFlags, pCtx->eflags.u, fPatch ? " patch" : "")); 103 AssertMsg((pCtx->cs.Sel & X86_SEL_RPL) > 0, ("cs:eip=%04x:%08x ss:esp=%04x:%08x cpl=%u raw/efl=%#x/%#x%s\n", pCtx->cs.Sel, pCtx->eip, pCtx->ss.Sel, pCtx->esp, uRawCpl, u32EFlags, pCtx->eflags.u, fPatch ? " patch" : "")); 104 AssertMsg((pCtx->ss.Sel & X86_SEL_RPL) > 0, ("cs [all...] |
H A D | TRPMRCHandlers.cpp | 307 LogFlow(("TRPMGC01: cs:eip=%04x:%08x uDr6=%RTreg EFL=%x\n", pRegFrame->cs.Sel, pRegFrame->eip, uDr6, CPUMRawGetEFlags(pVCpu))); 335 Log6(("TRPMGC01: %Rrc (%04x:%08x %RTreg %EFlag=%#x)\n", rc, pRegFrame->cs.Sel, pRegFrame->eip, uDr6, CPUMRawGetEFlags(pVCpu))); 362 LogFlow(("TRPMGCHyper01: cs:eip=%04x:%08x uDr6=%RTreg\n", pRegFrame->cs.Sel, pRegFrame->eip, uDr6)); 382 Log6(("TRPMGCHyper01: %Rrc (%04x:%08x %RTreg)\n", rc, pRegFrame->cs.Sel, pRegFrame->eip, uDr6)); 402 LogFlow(("TRPMGCTrap02Handler: cs:eip=%04x:%08x\n", pRegFrame->cs.Sel, pRegFrame->eip)); 404 RTLogComPrintf("TRPMGCTrap02Handler: cs:eip=%04x:%08x\n", pRegFrame->cs [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | string.c | 93 * @cs: One string 96 int strcmp(const char * cs,const char * ct) argument 101 if ((__res = *cs - *ct++) != 0 || !*cs++) 112 * @cs: One string 116 int strncmp(const char * cs,const char * ct,size_t count) argument 121 if ((__res = *cs - *ct++) != 0 || !*cs++) 275 * @cs: One area of memory 279 int memcmp(const void * cs,cons argument [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | string.h | 27 int __pure strcmp(const char * cs,const char * ct) __nonnull; 28 int __pure strncmp(const char * cs,const char * ct, 36 char * __pure strpbrk(const char * cs,const char * ct) __nonnull; 41 int __pure memcmp(const void * cs,const void * ct,
|
/vbox/src/VBox/ValidationKit/bootsectors/ |
H A D | bootsector2-cpu-hidden-regs-1.asm | 103 db 'BIOS - cs:cs', 0; 137 mov byte [cs:.s_dwDummy], 1 142 ; mov word [cs:.s_dwDummy], 2 - this shall GP(CS). 147 mov dword [cs:.s_dwDummy], 3 152 mov byte [cs:.s_dwDummy], 1 158 ; mov ax, word [cs:.s_dwDummy] - this shall GP(CS). 159 ; mov word [cs:.s_dwDummy], 2 - this shall GP(CS). 166 ; All but cs gets reloaded. 178 mov ax, [cs [all...] |
/vbox/src/VBox/VMM/VMMRZ/ |
H A D | DBGFRZ.cpp | 69 pVM->dbgf.s.aHwBreakpoints[iBp].iBp, pRegFrame->cs.Sel, pRegFrame->rip)); 84 LogFlow(("DBGFRZTrap01Handler: single step at %04x:%RGv\n", pRegFrame->cs.Sel, pRegFrame->rip)); 94 LogFlow(("DBGFRZTrap01Handler: unabled bp at %04x:%RGv\n", pRegFrame->cs.Sel, pRegFrame->rip)); 98 LogFlow(("DBGFRZTrap01Handler: guest debug event %#x at %04x:%RGv!\n", (uint32_t)uDr6, pRegFrame->cs.Sel, pRegFrame->rip)); 129 int rc = SELMValidateAndConvertCSAddr(pVCpu, pRegFrame->eflags, pRegFrame->ss.Sel, pRegFrame->cs.Sel, &pRegFrame->cs, 147 pVM->dbgf.s.aBreakpoints[iBp].iBp, pPc, pRegFrame->cs.Sel, pRegFrame->rip,
|
/vbox/src/libs/liblzf-3.4/ |
H A D | lzf.c | 179 ssize_t us, cs, len; local 187 cs = lzf_compress (&buf1[MAX_HDR_SIZE], us, &buf2[MAX_HDR_SIZE], us > 4 ? us - 4 : us); 188 if (cs) 194 header[3] = cs >> 8; 195 header[4] = cs & 0xff; 198 len = cs + TYPE1_HDR_SIZE; 226 ssize_t rc, cs, us, bytes, over = 0; local 253 cs = -1; 262 cs = (header[3] << 8) | header[4]; 271 bytes = cs [all...] |
/vbox/src/recompiler/tests/ |
H A D | runcom.c | 61 r->cs, r->ds, r->es, r->ss, r->fs, r->gs); 122 r->cs = seg; 132 *seg_to_linear(r->cs, 0) = 0xb4; /* mov ah, $0 */ 133 *seg_to_linear(r->cs, 1) = 0x00; 134 *seg_to_linear(r->cs, 2) = 0xcd; /* int $0x21 */ 135 *seg_to_linear(r->cs, 3) = 0x21;
|
H A D | test-i386-code16.S | 47 cs lcall *myfunc2_addr - code16_start 49 cs ljmp *myjmp2_addr - code16_start
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/ |
H A D | dumpregs.c | 10 "pushw %%cs\n\t" 21 ix86->segs.cs, ix86->segs.ss, ix86->segs.ds,
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/ |
H A D | pxe_entry.S | 119 pushw %cs 162 pushw %cs 198 movw %cs, %dx 212 ljmp *%cs:pxe_int_1a_vector
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/ |
H A D | undiloader.S | 22 pushw %cs 39 pushw %cs
|
H A D | nbiprefix.S | 64 pushw %cs
|
/vbox/include/iprt/cpp/ |
H A D | ministring.h | 565 * @param cs Whether comparison should be case-sensitive. 569 int compare(const char *pcszThat, CaseSensitivity cs = CaseSensitive) const 576 if (cs == CaseSensitive) 585 * @param cs Whether comparison should be case-sensitive. 589 int compare(const RTCString &that, CaseSensitivity cs = CaseSensitive) const 591 if (cs == CaseSensitive) 707 * @param cs Case sensitivity selector. 710 size_t count(const char *psz, CaseSensitivity cs = CaseSensitive) const; 716 * @param cs Case sensitivity selector. 719 size_t count(const RTCString *pStr, CaseSensitivity cs [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/ |
H A D | libkir.h | 27 uint16_t cs; local 28 __asm__ __volatile__ ( "movw %%cs, %w0" : "=r" ( cs ) ); 29 return cs;
|
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | invop.c | 44 uint16_t cs; /* 822h */ member in struct:tag_ldall_286 162 void __far *ins = ra.cs :> ra.ip; 182 ret_addr->cs = ldbuf->cs;
|
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/ |
H A D | UIAbstractDockIconPreview.cpp | 38 CGColorSpaceRef cs = CGColorSpaceCreateDeviceRGB(); local 39 Assert(cs); 43 CGImageRef ir = CGImageCreate(pFrameBuffer->width(), pFrameBuffer->height(), 8, 32, pFrameBuffer->bytesPerLine(), cs, 54 CGColorSpaceRelease(cs);
|
/vbox/src/VBox/Devices/Audio/ |
H A D | audiosniffer.c | 168 static void ictxReallocSamplesBuffer(SnifferInputCtx *pCtx, uint32_t cs) argument 170 uint32_t cbBuffer = cs * sizeof(st_sample_t); 188 static void ictxReallocRateBuffer(SnifferInputCtx *pCtx, uint32_t cs) argument 190 uint32_t cbBuffer = cs * sizeof(st_sample_t); 424 uint32_t cs = cbData / pCtx->cBytesPerFrame; /* How many samples. */ local 426 ictxReallocSamplesBuffer(pCtx, cs); 434 Assert(pCtx->cbSamplesBufferAllocated >= cs * sizeof(st_sample_t)); 436 pCtx->conv(ps, pvData, cs, &nominal_volume); 441 uint32_t csConverted = (cs * pCtx->phw->info.freq) / pCtx->iFreq; 448 int csSrc = cs; [all...] |
/vbox/src/VBox/Runtime/common/string/ |
H A D | ministring.cpp | 248 size_t RTCString::count(const char *psz, CaseSensitivity cs = CaseSensitive) const 252 size_t RTCString::count(const RTCString *pStr, CaseSensitivity cs = CaseSensitive) const 306 bool RTCString::endsWith(const RTCString &that, CaseSensitivity cs /*= CaseSensitive*/) const 319 if (cs == CaseSensitive) 324 bool RTCString::startsWith(const RTCString &that, CaseSensitivity cs /*= CaseSensitive*/) const 334 if (cs == CaseSensitive) 339 bool RTCString::contains(const RTCString &that, CaseSensitivity cs /*= CaseSensitive*/) const 343 if (cs == CaseSensitive)
|