/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | utils.c | 28 int bytes; in barf() local 47 int bytes, err = errno; in barf_perror() local
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | reloc.c | 37 static u32 alloc_mem(u32 bytes) in alloc_mem() 42 static void zero_mem(u32 s, u32 bytes) in zero_mem() 48 static u32 copy_mem(u32 src, u32 bytes) in copy_mem()
|
A D | mkelf32.c | 264 int bytes, todo, i = 1; in main() local
|
/xen-4.10.0-shim-comet/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()
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | emul-priv-op.c | 77 unsigned int port, unsigned int bytes) in io_emul_stub_setup() 122 static bool guest_io_okay(unsigned int port, unsigned int bytes, in guest_io_okay() 133 union { uint8_t bytes[2]; uint16_t mask; } x; in guest_io_okay() member 163 static bool admin_io_okay(unsigned int port, unsigned int bytes, in admin_io_okay() 219 uint32_t guest_io_read(unsigned int port, unsigned int bytes, in guest_io_read() 320 static int read_io(unsigned int port, unsigned int bytes, in read_io() 350 void guest_io_write(unsigned int port, unsigned int bytes, uint32_t data, in guest_io_write() 419 static int write_io(unsigned int port, unsigned int bytes, in write_io() 539 unsigned int bytes, unsigned long limit, in pv_emul_virt_to_linear() 1269 unsigned int bytes, in insn_fetch()
|
A D | ro-page-fault.c | 52 void *p_data, unsigned int bytes, in ptwr_emulated_read() 69 unsigned int bytes, unsigned int do_cmpxchg, in ptwr_emulated_update() 200 void *p_data, unsigned int bytes, in ptwr_emulated_write() 218 void *p_old, void *p_new, unsigned int bytes, in ptwr_emulated_cmpxchg()
|
A D | emul-gate-op.c | 121 unsigned int bytes, struct x86_emulate_ctxt *ctxt) in read_mem()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | emulate.c | 1029 unsigned int bytes, in __hvmemul_read() 1085 unsigned int bytes, in hvmemul_read() 1103 unsigned int bytes, in hvmemul_insn_fetch() 1150 unsigned int bytes, in hvmemul_write() 1194 unsigned int bytes, in hvmemul_write_discard() 1251 unsigned int bytes, in hvmemul_cmpxchg_discard() 1259 unsigned int bytes, in hvmemul_read_io_discard() 1268 unsigned int bytes, in hvmemul_write_io_discard() 1294 unsigned int bytes, in hvmemul_cmpxchg() 1733 unsigned int bytes, in hvmemul_read_io() [all …]
|
A D | pmtimer.c | 156 int dir, unsigned int port, unsigned int bytes, uint32_t *val) in handle_evt_io() 220 int dir, unsigned int port, unsigned int bytes, uint32_t *val) in handle_pmt_io()
|
A D | vpic.c | 326 int dir, unsigned int port, unsigned int bytes, uint32_t *val) in vpic_intercept_pic_io() 348 int dir, unsigned int port, unsigned int bytes, uint32_t *val) in vpic_intercept_elcr_io()
|
A D | stdvga.c | 184 static void stdvga_out(uint32_t port, uint32_t bytes, uint32_t val) in stdvga_out() 203 int dir, unsigned int port, unsigned int bytes, uint32_t *val) in stdvga_intercept_pio()
|
A D | i8254.c | 499 int dir, unsigned int port, unsigned int bytes, uint32_t *val) in handle_pit_io() 542 int dir, unsigned int port, uint32_t bytes, uint32_t *val) in handle_speaker_io()
|
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/ |
A D | test_x86_emulator.c | 156 unsigned int bytes, in read() 211 unsigned int bytes, in fetch() 225 unsigned int bytes, in write() 242 unsigned int bytes, in cmpxchg()
|
/xen-4.10.0-shim-comet/tools/fuzz/x86_instruction_emulator/ |
A D | fuzz-emul.c | 122 const char *why, void *dst, unsigned int bytes) in data_read() 161 unsigned int bytes, in fuzz_read() 183 unsigned int bytes, in fuzz_read_io() 194 unsigned int bytes, in fuzz_insn_fetch() 333 unsigned int bytes, in fuzz_write() 348 unsigned int bytes, in fuzz_cmpxchg() 383 unsigned int bytes, in fuzz_write_io()
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | tapdisk-interface.c | 235 td_prep_read(struct tiocb *tiocb, int fd, char *buf, size_t bytes, in td_prep_read() 242 td_prep_write(struct tiocb *tiocb, int fd, char *buf, size_t bytes, in td_prep_write()
|
A D | tapdisk-filter.h | 46 size_t bytes; member
|
/xen-4.10.0-shim-comet/tools/xenpaging/ |
A D | file_ops.c | 30 int bytes; in file_op() local
|
/xen-4.10.0-shim-comet/tools/blktap2/include/ |
A D | libvhd.h | 157 secs_round_up(uint64_t bytes) in secs_round_up() 163 secs_round_up_no_zero(uint64_t bytes) in secs_round_up_no_zero() 175 vhd_bytes_padded(uint64_t bytes) in vhd_bytes_padded()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xg_private.c | 32 unsigned int bytes; in xc_read_image() local
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxlu_vif.c | 13 static int vif_parse_rate_bytes_per_sec(XLU_Config *cfg, const char *bytes, in vif_parse_rate_bytes_per_sec()
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/ |
A D | vhd-update.c | 98 convert_bitmap(char *in, char *out, int bytes) in convert_bitmap()
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/ |
A D | common.c | 142 unsigned int bytes, in hvm_translate_virtual_addr() 179 unsigned int bytes, in hvm_read() 220 unsigned int bytes, in hvm_emulate_read() 233 unsigned int bytes, in hvm_emulate_insn_fetch() 256 unsigned int bytes, in hvm_emulate_write() 283 unsigned int bytes, in hvm_emulate_cmpxchg() 1686 unsigned int bytes, in sh_emulate_map_dest() 1777 void sh_emulate_unmap_dest(struct vcpu *v, void *addr, unsigned int bytes, in sh_emulate_unmap_dest()
|
/xen-4.10.0-shim-comet/xen/drivers/video/ |
A D | lfb.c | 115 unsigned int bytes = (lfb.lfbp.width * in lfb_scroll_puts() local
|
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | vtpmmgr.h | 104 inline TPM_RESULT vtpmmgr_rand(unsigned char* bytes, size_t num_bytes) { in vtpmmgr_rand()
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | vsmc.c | 44 const uint8_t *bytes = uuid.a + n * 4; in fill_uid() local
|