/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
D | SmiEntry.asm | 56 DB 2eh, 0a1h ; mov ax, cs:[offset16] 59 mov cs:[edi], eax ; mov cs:[bx], ax 60 DB 66h, 2eh, 0a1h ; mov eax, cs:[offset16] 62 mov cs:[edi + 2], ax ; mov cs:[bx + 2], eax 65 lgdt fword ptr cs:[edi] ; lgdt fword ptr cs:[bx] 69 mov cs:[edi - 2], eax ; mov cs:[bx - 2], ax 75 mov cs:[edi - 6], ax ; mov cs:[bx - 6], eax
|
D | SmiEntry.S | 49 .byte 0x2e,0xa1 # mov ax, cs:[offset16] 52 movl %eax, %cs:(%edi) # mov cs:[bx], ax 53 .byte 0x66,0x2e,0xa1 # mov eax, cs:[offset16] 55 movw %ax, %cs:2(%edi) 58 lgdt %cs:(%edi) 62 movl %eax, %cs:-2(%edi) # mov cs:[bx - 2], ax 68 movw %ax, %cs:-6(%edi)
|
D | MpFuncs.S | 48 .byte 0x8c,0xc8 # mov ax, cs 65 .byte 0x2E,0xF,0x1,0x14 # lgdt fword ptr cs:[si] 70 .byte 0x2E,0xF,0x1,0x1C # lidt fword ptr cs:[si]
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/ |
D | SmiEntry.asm | 71 DB 2eh, 0a1h ; mov ax, cs:[offset16] 75 mov [rdi], eax ; mov cs:[bx], ax 76 DB 66h, 2eh, 0a1h ; mov eax, cs:[offset16] 79 mov [rdi + 2], ax ; mov cs:[bx + 2], eax 81 lgdt fword ptr [rdi] ; lgdt fword ptr cs:[bx] 86 mov [rdi - 2], eax ; mov cs:[bx - 2], ax 92 mov [rdi - 6], ax ; mov cs:[bx - 6], eax 134 push LONG_MODE_CS ; push cs hardcore here
|
D | SmiEntry.S | 67 .byte 0x2e,0xa1 # mov ax, cs:[offset16] 71 movl %eax, (%rdi) # mov cs:[bx], ax 72 .byte 0x66,0x2e,0xa1 # mov eax, cs:[offset16] 138 pushq $LONG_MODE_CS # push cs hardcore here
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | dutree.doc | 1 Path: cwi.nl!sun4nl!mcsun!uunet!cs.utexas.edu!convex!usenet 7 References: <17458@ector.cs.purdue.edu> <1992Jan16.165347.25583@cherokee.uswest.com> <=#Hues+4@cs.p… 14 From the keyboard of flee@cs.psu.edu (Felix Lee):
|
/device/google/contexthub/firmware/os/inc/ |
D | spi_priv.h | 29 int (*masterStartSync)(struct SpiDevice *dev, spi_cs_t cs, 31 int (*masterStartAsync)(struct SpiDevice *dev, spi_cs_t cs,
|
/device/google/contexthub/firmware/os/core/ |
D | spi.c | 62 spi_cs_t cs, const struct SpiMode *mode) in spiMasterStart() argument 67 return dev->ops->masterStartAsync(dev, cs, mode); in spiMasterStart() 70 int err = dev->ops->masterStartSync(dev, cs, mode); in spiMasterStart() 316 int spiMasterRxTx(struct SpiDevice *dev, spi_cs_t cs, in spiMasterRxTx() argument 333 return spiMasterStart(state, cs, mode); in spiMasterRxTx() 434 bool cs = dev->ops->slaveCsIsActive(dev); in spiSlaveWaitForInactive() local 435 if (!cs) { in spiSlaveWaitForInactive()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
D | Thunk16.S | 33 push %cs 68 lgdtw %cs:0xfffffff2(%edi) 109 mov %edx, %cs:0xffffffc5(%esi) 110 mov %bx, %cs:0xffffffcb(%esi) 111 lidtw %cs:0xffffffd7(%esi)
|
D | ReadCs.c | 25 mov ax, cs in AsmReadCs()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | tokenizer.c | 259 char * cs; in check_coding_spec() local 265 cs = get_coding_spec(line, size); in check_coding_spec() 266 if (cs != NULL) { in check_coding_spec() 270 if (strcmp(cs, "utf-8") == 0 || in check_coding_spec() 271 strcmp(cs, "iso-8859-1") == 0) { in check_coding_spec() 272 tok->encoding = cs; in check_coding_spec() 275 r = set_readline(tok, cs); in check_coding_spec() 277 tok->encoding = cs; in check_coding_spec() 281 PyMem_FREE(cs); in check_coding_spec() 287 PyMem_FREE(cs); in check_coding_spec() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzFindMt.c | 37 CriticalSection_Leave(&p->cs); in MtSync_GetNextBlock() 43 CriticalSection_Enter(&p->cs); in MtSync_GetNextBlock() 57 CriticalSection_Leave(&p->cs); in MtSync_StopWriting() 85 CriticalSection_Delete(&p->cs); in MtSync_Destruct() 105 RINOK_THREAD(CriticalSection_Init(&p->cs)); in MtSync_Create2() 171 CriticalSection_Enter(&mt->btSync.cs); in HashThreadFunc() 172 CriticalSection_Enter(&mt->hashSync.cs); in HashThreadFunc() 181 CriticalSection_Leave(&mt->btSync.cs); in HashThreadFunc() 182 CriticalSection_Leave(&mt->hashSync.cs); in HashThreadFunc() 385 CriticalSection_Enter(&sync->cs); in BtFillBlock() [all …]
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
D | ReadCs.c | 35 mov ax, cs in AsmReadCs()
|
D | Thunk16.S | 55 push %cs 91 lgdtl %cs:(SavedGdt - L_Base1)(%bx) 125 mov %dx, %cs:(SavedSs - ASM_PFX(BackFromUserCode))(%bp) 126 mov %ebx, %cs:(SavedEsp - ASM_PFX(BackFromUserCode))(%bp) 127 lidtl %cs:(_16Idtr - ASM_PFX(BackFromUserCode))(%bp)
|
D | Thunk16.nasm | 87 push cs 126 o32 lgdt [cs:bx + (SavedGdt - .Base)] 168 mov [cs:bp + (_BackFromUserCode.SavedSsEnd - 2 - _BackFromUserCode)], dx 169 mov [cs:bp + (_BackFromUserCode.SavedEspEnd - 4 - _BackFromUserCode)], ebx 170 lidt [cs:bp + (_16Idtr - _BackFromUserCode)]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/Ia32/ |
D | Thunk16.S | 81 movl %cs,%eax 140 lidt %cs:_16Idtr - _Code16Addr #lidt fword ptr cs:[_16Idtr - _Code16Addr]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
D | tokenizer.c | 259 char * cs; in check_coding_spec() local 267 cs = get_coding_spec(line, size); in check_coding_spec() 268 if (!cs) { in check_coding_spec() 284 if (strcmp(cs, "utf-8") == 0 || in check_coding_spec() 285 strcmp(cs, "iso-8859-1") == 0) { in check_coding_spec() 286 tok->encoding = cs; in check_coding_spec() 289 r = set_readline(tok, cs); in check_coding_spec() 291 tok->encoding = cs; in check_coding_spec() 296 "encoding problem: %s", cs); in check_coding_spec() 297 PyMem_FREE(cs); in check_coding_spec() [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/ |
D | MpFuncs.S | 43 .byte 0x8c,0xc8 # mov ax, cs 61 .byte 0x2E,0xF,0x1,0x14 # lgdt fword ptr cs:[si] 66 .byte 0x2E,0xF,0x1,0x1C # lidt fword ptr cs:[si]
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/ |
D | Thunk16.nasm | 85 push cs 122 mov eax, cs 125 mov [cs:bx + (.X64JmpEnd - 6 - .Base)], eax 129 o32 lgdt [cs:bx + (SavedGdt - .Base)] 185 o32 lidt [cs:bp + (_16Idtr - .Base)] 302 mov r8d, cs
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
D | start.S | 114 movw %cs, %ax 115 movw %ax, %cs:JumpSegment 287 pushw %cs 328 movw %cs, %ax 337 # mov ax,cs 358 movw %cs, %bx # BX=segment 374 # mov ax,cs 418 # mov ax,cs
|
D | start16.S | 115 movw %cs, %ax 116 movw %ax, %cs:JumpSegment 281 pushw %cs 322 movw %cs, %ax 331 # mov ax,cs 352 movw %cs, %bx # BX=segment 368 # mov ax,cs 411 # mov ax,cs
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/ |
D | Thunk16.S | 85 .byte 0xe # push cs 123 movw %cs,%ax 126 .byte 0x66,0x2e,0x89,0x87 # mov cs:[bx + (L_64Eip - L_Base)], eax 144 .byte 0x66,0xea # jmp far cs:L_64Bit 300 movl %cs, %r8d
|
D | Thunk16.asm | 79 DB 0eh ; push cs 117 mov ax, cs 120 DB 66h, 2eh, 89h, 87h ; mov cs:[bx + (@64Eip - @Base)], eax 138 DB 66h, 0eah ; jmp far cs:@64Bit 277 mov r8d, cs
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/ |
D | unicode.c | 11241 OnigCodePoint cs[3][4]; local 11245 cs[fn][0] = to->code[fn]; 11246 if (onig_st_lookup(Unfold1Table, (st_data_t )cs[fn][0], 11249 cs[fn][i+1] = z3->code[i]; 11262 items[n].code[0] = cs[0][i]; 11263 items[n].code[1] = cs[1][j]; 11286 items[n].code[0] = cs[0][i]; 11287 items[n].code[1] = cs[1][j]; 11288 items[n].code[2] = cs[2][k];
|
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/Ia32/ |
D | MpFuncs.asm | 42 db 8ch,0c8h ; mov ax,cs 65 db 2Eh, 0Fh, 01h, 14h ; lgdt fword ptr cs:[si] 70 db 2Eh,0Fh, 01h, 1Ch ; lidt fword ptr cs:[si] 249 mov ax,cs ; Get the selector data from our code image
|