| /xen/xen/arch/x86/pv/ |
| A D | emul-priv-op.c | 47 unsigned int port, unsigned int bytes) in io_emul_stub_setup() 159 static bool guest_io_okay(unsigned int port, unsigned int bytes, in guest_io_okay() 170 union { uint8_t bytes[2]; uint16_t mask; } x; in guest_io_okay() member 200 static bool admin_io_okay(unsigned int port, unsigned int bytes, in admin_io_okay() 256 static uint32_t guest_io_read(unsigned int port, unsigned int bytes, in guest_io_read() 357 unsigned int port, unsigned int bytes, unsigned long *val, in read_io() 386 static void _guest_io_write(unsigned int port, unsigned int bytes, in _guest_io_write() 410 static void guest_io_write(unsigned int port, unsigned int bytes, in guest_io_write() 462 unsigned int port, unsigned int bytes, unsigned long val, in write_io() 581 unsigned int bytes, unsigned long limit, in pv_emul_virt_to_linear() [all …]
|
| A D | ro-page-fault.c | 35 unsigned int bytes, struct x86_emulate_ctxt *ctxt) in ptwr_emulated_read() 51 unsigned long offset, void *p_data, unsigned int bytes, in ptwr_emulated_insn_fetch() 70 intpte_t val, unsigned int bytes, in ptwr_emulated_update() 218 unsigned int bytes, struct x86_emulate_ctxt *ctxt) in ptwr_emulated_write() 236 unsigned int bytes, bool lock, struct x86_emulate_ctxt *ctxt) in ptwr_emulated_cmpxchg()
|
| A D | emul-gate-op.c | 89 unsigned int bytes, struct x86_emulate_ctxt *ctxt) in read_mem() 156 unsigned int bytes, struct x86_emulate_ctxt *ctxt) in fetch()
|
| /xen/xen/arch/x86/ |
| A D | pci.c | 14 uint32_t pci_conf_read(uint32_t cf8, uint8_t offset, uint8_t bytes) in pci_conf_read() 46 void pci_conf_write(uint32_t cf8, uint8_t offset, uint8_t bytes, uint32_t data) in pci_conf_write()
|
| A D | emul-i8254.c | 516 int dir, unsigned int port, unsigned int bytes, uint32_t *val) in handle_pit_io() 559 int dir, unsigned int port, uint32_t bytes, uint32_t *val) in handle_speaker_io()
|
| /xen/tools/xenstored/ |
| A D | utils.c | 29 int bytes; in barf() local 49 int bytes, err = errno; in barf_perror() local
|
| /xen/xen/arch/x86/mm/shadow/ |
| A D | hvm.c | 64 unsigned int bytes, in hvm_translate_virtual_addr() 101 unsigned int bytes, in hvm_read() 143 unsigned int bytes, in hvm_emulate_read() 155 unsigned int bytes, in hvm_emulate_insn_fetch() 176 unsigned int bytes, in hvm_emulate_write() 230 unsigned int bytes, in hvm_emulate_cmpxchg() 440 unsigned int bytes, in sh_emulate_map_dest() 599 unsigned int bytes, in sh_emulate_unmap_dest()
|
| /xen/xen/arch/x86/x86_emulate/ |
| A D | fpu.c | 52 #define emulate_fpu_insn_stub(bytes...) \ argument 60 #define emulate_fpu_insn_stub_eflags(bytes...) \ argument
|
| A D | blk.c | 23 unsigned int bytes, in x86_emul_blk() 37 uint8_t bytes[10]; in x86_emul_blk() member
|
| A D | decode.c | 25 unsigned long offset, void *p_data, unsigned int bytes, in x86_decode_insn() 1764 unsigned int bytes; in x86emul_decode() local
|
| /xen/xen/arch/x86/hvm/ |
| A D | emulate.c | 1255 unsigned int bytes, in __hvmemul_read() 1282 unsigned int bytes, in hvmemul_read() 1299 unsigned int bytes, in hvmemul_insn_fetch() 1346 unsigned int bytes, in hvmemul_write() 1393 unsigned int bytes, in hvmemul_rmw() 1447 unsigned int bytes, in hvmemul_blk() 1488 unsigned int bytes, in hvmemul_write_discard() 1545 unsigned int bytes, in hvmemul_cmpxchg_discard() 1554 unsigned int bytes, in hvmemul_read_io_discard() 1563 unsigned int bytes, in hvmemul_write_io_discard() [all …]
|
| A D | pmtimer.c | 146 int dir, unsigned int port, unsigned int bytes, uint32_t *val) in handle_evt_io() 210 int dir, unsigned int port, unsigned int bytes, uint32_t *val) in handle_pmt_io()
|
| A D | stdvga.c | 183 static void stdvga_out(uint32_t port, uint32_t bytes, uint32_t val) in stdvga_out() 202 int dir, unsigned int port, unsigned int bytes, uint32_t *val) in stdvga_intercept_pio()
|
| A D | vpic.c | 354 int dir, unsigned int port, unsigned int bytes, uint32_t *val) in vpic_intercept_pic_io() 376 int dir, unsigned int port, unsigned int bytes, uint32_t *val) in vpic_intercept_elcr_io()
|
| /xen/xen/arch/x86/boot/ |
| A D | reloc.c | 75 static u32 alloc_mem(u32 bytes) in alloc_mem() 80 static void zero_mem(u32 s, u32 bytes) in zero_mem() 86 static u32 copy_mem(u32 src, u32 bytes) in copy_mem()
|
| /xen/tools/fuzz/x86_instruction_emulator/ |
| A D | fuzz-emul.c | 131 const char *why, void *dst, unsigned int bytes) in data_read() 170 unsigned int bytes, in fuzz_read() 192 unsigned int bytes, in fuzz_read_io() 202 unsigned int bytes, in fuzz_insn_fetch() 339 unsigned int bytes, in fuzz_write() 354 unsigned int bytes, in fuzz_cmpxchg() 401 unsigned int bytes, in fuzz_write_io()
|
| /xen/tools/xenpaging/ |
| A D | file_ops.c | 30 int bytes; in file_op() local
|
| /xen/tools/tests/x86_emulator/ |
| A D | test_x86_emulator.c | 562 unsigned int bytes, in read() 616 unsigned int bytes, in fetch() 630 unsigned int bytes, in write() 645 unsigned int bytes, in rmw() 658 unsigned int bytes, in cmpxchg() 675 unsigned int bytes, in blk()
|
| A D | evex-disp8.c | 779 unsigned int bytes) in record_access() 792 unsigned int bytes, struct x86_emulate_ctxt *ctxt) in read() 801 unsigned int bytes, struct x86_emulate_ctxt *ctxt) in write()
|
| /xen/tools/libs/guest/ |
| A D | xg_private.c | 32 unsigned int bytes; in xc_read_image() local
|
| /xen/tools/libs/util/ |
| A D | libxlu_vif.c | 14 static int vif_parse_rate_bytes_per_sec(XLU_Config *cfg, const char *bytes, in vif_parse_rate_bytes_per_sec()
|
| /xen/xen/arch/arm/ |
| A D | vsmc.c | 41 const uint8_t *bytes = uuid.a + n * 4; in fill_uid() local
|
| /xen/xen/drivers/video/ |
| A D | lfb.c | 111 unsigned int bytes = (lfb.lfbp.width * in lfb_scroll_puts() local
|
| /xen/stubdom/vtpmmgr/ |
| A D | vtpmmgr.h | 104 inline TPM_RESULT vtpmmgr_rand(unsigned char* bytes, size_t num_bytes) { in vtpmmgr_rand()
|
| /xen/xen/arch/x86/include/asm/hvm/svm/ |
| A D | nestedsvm.h | 60 uint32_t bytes; member
|