search for: 782b

Displaying 4 results from an estimated 4 matches for "782b".

Did you mean: 782
2007 Apr 18
7
[RFC, PATCH 5/24] i386 Vmi code patching
The VMI ROM detection and code patching mechanism is illustrated in setup.c. There ROM is a binary block published by the hypervisor, and and there are certainly implications of this. ROMs certainly have a history of being proprietary, very differently licensed pieces of software, and mostly under non-free licenses. Before jumping to the conclusion that this is a bad thing, let us consider more
2007 Apr 18
7
[RFC, PATCH 5/24] i386 Vmi code patching
The VMI ROM detection and code patching mechanism is illustrated in setup.c. There ROM is a binary block published by the hypervisor, and and there are certainly implications of this. ROMs certainly have a history of being proprietary, very differently licensed pieces of software, and mostly under non-free licenses. Before jumping to the conclusion that this is a bad thing, let us consider more
2007 Apr 18
3
[RFC, PATCH 4/24] i386 Vmi inline implementation
...mi_native_begin) + +/* Now, measure and emit the vmi translation sequence */ +#define vmi_translation_start \ + .pushsection .vmi.translation,"ax"; \ + 781:; +#define vmi_translation_finish \ + 782:; \ + .popsection; +#define vmi_translation_begin 781b +#define vmi_translation_end 782b +#define vmi_translation_len (vmi_translation_end - vmi_translation_begin) + +/* Finally, emit the padded native sequence */ +#define vmi_padded_start \ + 791:; +#define vmi_padded_finish \ + 792:; +#define vmi_padded_begin 791b +#define vmi_padded_end 792b +#define vmi_padded_len (vmi_padd...
2007 Apr 18
3
[RFC, PATCH 4/24] i386 Vmi inline implementation
...mi_native_begin) + +/* Now, measure and emit the vmi translation sequence */ +#define vmi_translation_start \ + .pushsection .vmi.translation,"ax"; \ + 781:; +#define vmi_translation_finish \ + 782:; \ + .popsection; +#define vmi_translation_begin 781b +#define vmi_translation_end 782b +#define vmi_translation_len (vmi_translation_end - vmi_translation_begin) + +/* Finally, emit the padded native sequence */ +#define vmi_padded_start \ + 791:; +#define vmi_padded_finish \ + 792:; +#define vmi_padded_begin 791b +#define vmi_padded_end 792b +#define vmi_padded_len (vmi_padd...