Searched refs:INT (Results 1 - 25 of 39) sorted by relevance

12

/device/linaro/bootloader/edk2/DuetPkg/BootSector/
H A Dst16_64.asm382 ; If INT 15 Function 2401 is not supported, then attempt to Enable A20 manually.
702 ; divide by zero (INT 0)
712 ; debug exception (INT 1)
722 ; NMI (INT 2)
732 ; soft breakpoint (INT 3)
742 ; overflow (INT 4)
752 ; bounds check (INT 5)
762 ; invalid opcode (INT 6)
772 ; device not available (INT 7)
782 ; double fault (INT
[all...]
H A Dst32_64.asm398 ; If INT 15 Function 2401 is not supported, then attempt to Enable A20 manually.
718 ; divide by zero (INT 0)
728 ; debug exception (INT 1)
738 ; NMI (INT 2)
748 ; soft breakpoint (INT 3)
758 ; overflow (INT 4)
768 ; bounds check (INT 5)
778 ; invalid opcode (INT 6)
788 ; device not available (INT 7)
798 ; double fault (INT
[all...]
H A Dstart.asm382 ; If INT 15 Function 2401 is not supported, then attempt to Enable A20 manually.
550 ; divide by zero (INT 0)
558 ; debug exception (INT 1)
566 ; NMI (INT 2)
574 ; soft breakpoint (INT 3)
582 ; overflow (INT 4)
590 ; bounds check (INT 5)
598 ; invalid opcode (INT 6)
606 ; device not available (INT 7)
614 ; double fault (INT
[all...]
H A Dstart16.asm375 ; If INT 15 Function 2401 is not supported, then attempt to Enable A20 manually.
543 ; divide by zero (INT 0)
551 ; debug exception (INT 1)
559 ; NMI (INT 2)
567 ; soft breakpoint (INT 3)
575 ; overflow (INT 4)
583 ; bounds check (INT 5)
591 ; invalid opcode (INT 6)
599 ; device not available (INT 7)
607 ; double fault (INT
[all...]
H A Dstart32.asm390 ; If INT 15 Function 2401 is not supported, then attempt to Enable A20 manually.
558 ; divide by zero (INT 0)
566 ; debug exception (INT 1)
574 ; NMI (INT 2)
582 ; soft breakpoint (INT 3)
590 ; overflow (INT 4)
598 ; bounds check (INT 5)
606 ; invalid opcode (INT 6)
614 ; device not available (INT 7)
622 ; double fault (INT
[all...]
H A Dstart64.asm389 ; If INT 15 Function 2401 is not supported, then attempt to Enable A20 manually.
709 ; divide by zero (INT 0)
719 ; debug exception (INT 1)
729 ; NMI (INT 2)
739 ; soft breakpoint (INT 3)
749 ; overflow (INT 4)
759 ; bounds check (INT 5)
769 ; invalid opcode (INT 6)
779 ; device not available (INT 7)
789 ; double fault (INT
[all...]
H A Defi32.S69 ## at this point edi contains the offset of the descriptor for INT 20
72 # mov ecx, 101 ; there are 100 descriptors left (INT 20 (14h) - INT 119 (77h)
1053 addl $8, %esp # error code and INT number
1127 String1: .asciz "*** INT "
H A Defi64.S84 ## at this point edi contains the offset of the descriptor for INT 20
87 # mov ecx, 101 ; there are 100 descriptors left (INT 20 (14h) - INT 119 (77h)
1245 # add esp, 16 ; error code and INT number
1327 String1: .asciz "*** INT "
H A Defi32.asm71 ;; at this point edi contains the offset of the descriptor for INT 20
74 ; mov ecx, 101 ; there are 100 descriptors left (INT 20 (14h) - INT 119 (77h)
459 add esp, 8 ; error code and INT number
533 String1 db "*** INT ",0
H A Defi64.asm81 ;; at this point edi contains the offset of the descriptor for INT 20
84 ; mov ecx, 101 ; there are 100 descriptors left (INT 20 (14h) - INT 119 (77h)
646 ; add esp, 16 ; error code and INT number
728 String1 db "*** INT ",0
/device/google/accessory/arduino/USB_Host_Shield/
H A DMax3421e.cpp39 #define INT PE6 macro
65 return INT_PIN & _BV(INT) ? HIGH : LOW;
77 INT_DDR &= ~_BV(INT);
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
H A DGenBootSector.c47 INT
273 INT
440 INT DrvNumOffset;
652 INT
654 INT argc,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
H A Dastlib.c63 #define INT 4 macro
75 "INT", /* 4 */
726 stringparser_match(parser,INT);
734 if ( parser->token != INT && parser->token != PERIOD )
737 if ( parser->token == INT )
811 int tok = INT;
/device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
H A DEnquire.c2180 #undef INT macro
2224 #define INT "short" macro
2312 #define INT "int" macro
2314 #define Iname "INT"
2396 #define INT "long" macro
2520 co, INT[0]=='i'?"n":"", INT, oc);
2523 co, INT[0]=='i'?"n":"", INT, oc);
2553 co, INT, (lon
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dtokens.h24 #define INT 150 macro
H A Dantlr.g2186 INT
2218 ( "=" INT <<v=atoi(LATEXT(1));>>
2238 <<isDLGmaxToken(LATEXT(1))>>? ID { "=" INT } /* MR2 */
2241 ( "=" INT <<v=atoi(LATEXT(1));>>
2260 #token INT "[0-9]+"
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
H A DExpressionValidate.py318 self.INT = 2
328 if self.RangeExpression() not in [self.HEX, self.INT]:
391 Ret = self.INT
406 Ret = self.INT
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/Msr/
H A DHaswellMsr.h175 /// [Bit 20] INT: enables interrupt on counter overflow.
177 UINT32 INT:1; member in struct:__anon11183::__anon11184
271 /// [Bit 20] INT: enables interrupt on counter overflow.
273 UINT32 INT:1; member in struct:__anon11185::__anon11186
H A DP6Msr.h958 /// [Bit 20] INT Enables the signaling of counter overflow via input to
961 UINT32 INT:1; member in struct:__anon11313::__anon11314
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
H A DSmiException.asm181 push [rsp] ; duplicate INT# if no ErrCode
379 add rsp, 16 ; skip INT# & ErrCode
H A DSmiException.S363 addq $16, %rsp # skip INT# & ErrCode
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/Ia32/
H A DThunk16.asm173 pushf ; push Flags when it's INT#
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/X64/
H A DThunk16.asm183 pushfq ; pushf, actually, when it's INT#
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dpickletester.py181 5: I INT 0
196 55: I INT 1
198 59: I INT -1
200 64: I INT 255
202 70: I INT -255
204 77: I INT -256
206 84: I INT 65535
208 92: I INT -65535
210 101: I INT -65536
212 110: I INT 214748364
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dpickle.py108 INT = 'I' # push integer or bool; decimal string argument variable
144 TRUE = 'I01\n' # not an opcode; see INT docs in pickletools.py
145 FALSE = 'I00\n' # not an opcode; see INT docs in pickletools.py
458 self.write(INT + repr(obj) + '\n')
923 dispatch[INT] = load_int

Completed in 235 milliseconds

12