/xen/tools/libs/toolcore/ |
A D | handlereg.c | 46 void xentoolcore__register_active_handle(Xentoolcore__Active_Handle *ah) { in xentoolcore__register_active_handle() argument 48 XENTOOLCORE_LIST_INSERT_HEAD(&handles, ah, entry); in xentoolcore__register_active_handle() 52 void xentoolcore__deregister_active_handle(Xentoolcore__Active_Handle *ah) { in xentoolcore__deregister_active_handle() argument 54 XENTOOLCORE_LIST_REMOVE(ah, entry); in xentoolcore__deregister_active_handle() 60 Xentoolcore__Active_Handle *ah; in xentoolcore_restrict_all() local 63 XENTOOLCORE_LIST_FOREACH(ah, &handles, entry) { in xentoolcore_restrict_all() 64 r = ah->restrict_callback(ah, domid); in xentoolcore_restrict_all()
|
/xen/xen/arch/arm/arm32/lib/ |
A D | lshrdi3.S | 31 #define ah r0 macro 34 #define ah r1 macro 43 movpl al, ah, lsr r3 44 ARM( orrmi al, al, ah, lsl ip ) 45 THUMB( lslmi r3, ah, ip ) 47 mov ah, ah, lsr r2
|
/xen/tools/firmware/vgabios/ |
A D | README | 180 . Fixed bug in function ah=13 194 . Fixed bug in function ah=13 202 - function ax=1a00, ax=1a01, ah=1b 214 - functions ah=00, ah=01, ah=02, ah=03, ah=05, ah=06, ah=07, ah=08 215 ah=09, ah=0a, ah=0e, ah=0f, ax=1000, ax=1001, ax=1002, ax=1003 217 ax=1017, ax=1018, ax=1019, ax=101a, ax=101b, ah=12 bl=10, 218 ah=12 bl=30, ah=12 bl=31, ah=12 bl=32, ah=12 bl=33, ah=12 bl=34 219 ah=13
|
A D | clext.c | 396 mov ah, al variable 688 cmp ah, al 943 sub ah, #9 1296 cmp al, ah 1394 shl ah, #4 1397 or al, ah 1416 mov ah, al 1551 xor ah,ah 1578 inc ah 1579 cmp ah, bl variable [all …]
|
A D | TODO | 5 - Fix init mode (ah=00). Should use more BIOS variables 12 - display switch interface ah=12 bl=35 13 - video refresh control ah=12 bl=36
|
A D | vbe.c | 288 mov ah, al 289 shr ah, 3 292 inc ah 477 mov ah, bl variable 536 mov ah, al variable 551 mov ah, al variable 560 test ah, #0x01 variable 564 test ah, #0x02 692 xor ah, ah 1295 mov bl, ah [all …]
|
A D | vgabios.c | 2072 or al, ah 2336 mov al, ah 2437 mov ah, al 2440 xchg al, ah 2626 mov ah, al in release_font_access() 2737 mov ah, bl 2900 xor ah, ah 3106 mov al, ah 3119 mov al, ah 3120 xor ah, ah [all …]
|
/xen/xen/arch/x86/boot/ |
A D | edd.S | 32 # int 13h ah=41h "Check Extensions Present" 33 # int 13h ah=48h "Get Device Parameters" 34 # int 13h ah=08h "Legacy Get Device Parameters" 48 movb $0x41, %ah # 0x41 Check Extensions Present 57 movb %ah, %ds:-7(%si) # store version 64 movb $0x48, %ah # 0x48 Get Device Parameters
|
A D | video.S | 725 orb %ah, %ah # Valid IDs 0x0000-0x007f/0x0100-0x07ff 790 flush: movb $0x01, %ah 794 xorb %ah, %ah 802 movb %ah, %al 862 movb $0x0e, %ah 874 movb $0x02, %ah 878 movb %dh, %ah 880 shrb %cl, %ah
|
A D | wakeup.S | 62 cmpb $VIDEO_FIRST_VESA>>8, %ah
|
/xen/tools/libxl/ |
A D | libxl_save_msgs_gen.pl | 59 foreach my $ah (qw(callout helper)) { 60 $out_body{$ah} .= 61 <<END_BOTH.($ah eq 'callout' ? <<END_CALLOUT : <<END_HELPER); 76 #include "_libxl_save_msgs_${ah}.h" 84 my ($name, $ah, $c_rtype, $c_decl) = @_; 87 $func_ah{$name} = $ah;
|
/xen/tools/libs/evtchn/ |
A D | core.c | 21 static int all_restrict_cb(Xentoolcore__Active_Handle *ah, domid_t domid) { in all_restrict_cb() argument 22 xenevtchn_handle *xce = CONTAINER_OF(ah, *xce, tc_ah); in all_restrict_cb()
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 1648 xchg ah, al 9052 mov ah, al 9066 mov ah, al 9075 mov ah, al 9198 mov ah, al 9212 mov ah, al 9221 mov ah, al 9679 xor ah, ah 9903 xor ah, ah 10195 xor ah, ah [all …]
|
A D | apmbios.S | 167 mov ah, #1 // APM major version 311 mov ah, #0x80 // no event pending 320 mov ah, #1
|
A D | tcgbios.c | 67 switch (regs.u.r8.ah) {
|
/xen/stubdom/ |
A D | newlib.patch | 229 -#define ah REG(ah) 304 +#define ah %ah 418 -#define ah REG(ah) 458 +#define ah %ah 548 -#define ah REG(ah) 588 +#define ah %ah
|
/xen/xen/crypto/ |
A D | vmac.c | 331 #define poly_step(ah, al, kh, kl, mh, ml) \ argument 335 PMUL64(t2h,t2l,ah,kl); \ 336 PMUL64(t1h,t1l,ah,2*kh); \ 337 PMUL64(ah,al,al,kl); \ 339 ADD128(ah,al,t1h,t1l); \ 344 ADD128(t2h,ah,z,t2l); \ 346 t2h = 2 * t2h + (ah >> 63); \ 347 ah &= m63; \ 349 ADD128(ah,al,mh,ml); \ 603 #define poly_step(ah, al, kh, kl, mh, ml) \ argument [all …]
|
/xen/tools/libs/gnttab/ |
A D | gnttab_core.c | 26 static int all_restrict_cb(Xentoolcore__Active_Handle *ah, domid_t domid) { in all_restrict_cb() argument 27 xengnttab_handle *xgt = CONTAINER_OF(ah, *xgt, tc_ah); in all_restrict_cb()
|
/xen/tools/libs/call/ |
A D | core.c | 20 static int all_restrict_cb(Xentoolcore__Active_Handle *ah, domid_t domid) { in all_restrict_cb() argument 21 xencall_handle *xcall = CONTAINER_OF(ah, *xcall, tc_ah); in all_restrict_cb()
|
/xen/tools/libs/foreignmemory/ |
A D | core.c | 24 static int all_restrict_cb(Xentoolcore__Active_Handle *ah, domid_t domid) { in all_restrict_cb() argument 25 xenforeignmemory_handle *fmem = CONTAINER_OF(ah, *fmem, tc_ah); in all_restrict_cb()
|
/xen/tools/firmware/rombios/32bit/ |
A D | rombios_compat.h | 51 Bit8u al, ah; member
|
/xen/tools/libs/devicemodel/ |
A D | core.c | 24 static int all_restrict_cb(Xentoolcore__Active_Handle *ah, domid_t domid) { in all_restrict_cb() argument 25 xendevicemodel_handle *dmod = CONTAINER_OF(ah, *dmod, tc_ah); in all_restrict_cb()
|
/xen/stubdom/grub.patches/ |
A D | 10graphics.diff | 153 + * Call with %ah = 0x0 169 + movb $0xf, %ah 172 + xorb %ah, %ah 192 + * %ah = 0xF 205 + movb $0xF, %ah 224 + * Call with %ah = 0x11 259 + * Call with %ah = 0x10
|
/xen/xen/arch/x86/x86_64/compat/ |
A D | entry.S | 322 orb %ch,%ah # Fold EFLAGS.IF into %eax
|
/xen/tools/xenstore/ |
A D | xs.c | 232 static int all_restrict_cb(Xentoolcore__Active_Handle *ah, domid_t domid) { in all_restrict_cb() argument 233 struct xs_handle *h = CONTAINER_OF(ah, *h, tc_ah); in all_restrict_cb()
|