/xen/xen/arch/arm/arm64/ |
A D | vsysreg.c | 35 uint64_t *r, bool read) \ 40 GUEST_BUG_ON(read); \ 88 if ( hsr.sysreg.read ) 100 if ( !hsr.sysreg.read ) 127 return handle_ro_raz(regs, regidx, hsr.sysreg.read, hsr, 1); 138 return handle_wo_wi(regs, regidx, hsr.sysreg.read, hsr, 1); 140 return handle_raz_wi(regs, regidx, hsr.sysreg.read, hsr, 1); 163 return handle_raz_wi(regs, regidx, hsr.sysreg.read, hsr, 1); 169 return handle_ro_raz(regs, regidx, hsr.sysreg.read, hsr, 0); 283 sysreg.read ? "mrs" : "msr", [all …]
|
/xen/xen/arch/arm/ |
A D | vcpreg.c | 193 if ( cp32.read ) 206 if ( !cp32.read ) 270 return handle_raz_wi(regs, regidx, cp32.read, hsr, 1); 287 return handle_raz_wi(regs, regidx, cp32.read, hsr, 1); 321 cp32.read ? "mrc" : "mcr", 390 cp64.read ? "mrrc" : "mcrr", in do_cp15_64() 425 return handle_wo_wi(regs, regidx, cp32.read, hsr, 1); in do_cp14_32() 459 if ( !cp32.read ) in do_cp14_32() 521 cp32.read ? "mrc" : "mcr", in do_cp14_32() 563 cp64.read ? "mrrc" : "mcrr", in do_cp14_64() [all …]
|
A D | vtimer.c | 165 static bool vtimer_cntp_ctl(struct cpu_user_regs *regs, uint32_t *r, bool read) in vtimer_cntp_ctl() argument 173 if ( read ) in vtimer_cntp_ctl() 201 bool read) in vtimer_cntp_tval() argument 212 if ( read ) in vtimer_cntp_tval() 235 bool read) in vtimer_cntp_cval() argument 243 if ( read ) in vtimer_cntp_cval() 269 if ( cp32.read ) in vtimer_emulate_cp32() 291 if ( cp64.read ) in vtimer_emulate_cp64() 311 if ( sysreg.read ) in vtimer_emulate_sysreg()
|
/xen/tools/libvchan/ |
A D | init.c | 77 int pages_left = ctrl->read.order >= PAGE_SHIFT ? 1 << (ctrl->read.order - PAGE_SHIFT) : 0; in init_gnt_srv() 92 ctrl->read.shr = &ctrl->ring->left; in init_gnt_srv() 100 switch (ctrl->read.order) { in init_gnt_srv() 110 if (!ctrl->read.buffer) in init_gnt_srv() 156 ctrl->read.shr = &ctrl->ring->right; in init_gnt_cli() 159 if (ctrl->read.order < SMALL_RING_SHIFT || ctrl->read.order > MAX_RING_SHIFT) in init_gnt_cli() 161 if (ctrl->read.order == ctrl->write.order && ctrl->read.order < PAGE_SHIFT) in init_gnt_cli() 184 switch (ctrl->read.order) { in init_gnt_cli() 196 if (!ctrl->read.buffer) in init_gnt_cli() 332 ctrl->read.order = SMALL_RING_SHIFT; in libxenvchan_server_init() [all …]
|
A D | io.c | 54 return ctrl->read.shr->prod; in rd_prod() 59 return &ctrl->read.shr->cons; in _rd_cons() 76 return ctrl->read.buffer; in rd_ring() 91 return (1 << ctrl->read.order); in rd_ring_size() 362 if (ctrl->read.order >= PAGE_SHIFT) in libxenvchan_close() 363 munmap(ctrl->read.buffer, 1 << ctrl->read.order); in libxenvchan_close()
|
/xen/xen/include/asm-arm/ |
A D | vreg.h | 24 if ( !cp32.read ) in vreg_emulate_cp32() 27 ret = fn(regs, &r, cp32.read); in vreg_emulate_cp32() 29 if ( ret && cp32.read ) in vreg_emulate_cp32() 47 if ( !cp64.read ) in vreg_emulate_cp64() 55 ret = fn(regs, &x, cp64.read); in vreg_emulate_cp64() 57 if ( ret && cp64.read ) in vreg_emulate_cp64() 74 if ( !sysreg.read ) in vreg_emulate_sysreg32() 77 ret = fn(regs, &r, sysreg.read); in vreg_emulate_sysreg32() 79 if ( ret && sysreg.read ) in vreg_emulate_sysreg32() 97 if ( !sysreg.read ) in vreg_emulate_sysreg64() [all …]
|
A D | traps.h | 44 void handle_raz_wi(struct cpu_user_regs *regs, int regidx, bool read, 48 void handle_wo_wi(struct cpu_user_regs *regs, int regidx, bool read, 52 void handle_ro_raz(struct cpu_user_regs *regs, int regidx, bool read, 56 void handle_ro_read_val(struct cpu_user_regs *regs, int regidx, bool read,
|
A D | hsr.h | 46 unsigned long read:1; /* Direction */ member 59 unsigned long read:1; /* Direction */ member 101 unsigned long read:1; /* Direction */ member
|
/xen/tools/python/xen/migration/ |
A D | verify.py | 21 def __init__(self, info, read): argument 24 self.read = read 28 _ = self.read(nr_bytes)
|
A D | libxl.py | 75 def __init__(self, info, read): argument 76 VerifyBase.__init__(self, info, read) 158 VerifyLibxc(self.info, self.read).verify()
|
/xen/tools/xentrace/ |
A D | xentrace_format | 125 line = sys.stdin.read(struct.calcsize(HDRREC)) 143 line = sys.stdin.read(struct.calcsize(TSCREC)) 149 line = sys.stdin.read(struct.calcsize(D1REC)) 154 line = sys.stdin.read(struct.calcsize(D2REC)) 159 line = sys.stdin.read(struct.calcsize(D3REC)) 164 line = sys.stdin.read(struct.calcsize(D4REC)) 169 line = sys.stdin.read(struct.calcsize(D5REC)) 174 line = sys.stdin.read(struct.calcsize(D6REC)) 179 line = sys.stdin.read(struct.calcsize(D7REC))
|
/xen/docs/man/ |
A D | xenstore-read.1.pod | 3 xenstore-read - read Xenstore values 7 B<xenstore-read> [I<OPTION>]... [I<PATH>]...
|
A D | xenstore-chmod.1.pod | 22 read 30 read and write (both) 40 subsequent entries. The key owner always has full access (read,
|
A D | xenstore-ls.1.pod | 32 read 40 read and write (both) 50 subsequent entries. The key owner always has full access (read,
|
/xen/tools/ocaml/xenstored/ |
A D | select.ml | 16 (* The [read], [write], [except] are fields mapped to the POLLIN/OUT/PRI 20 mutable read: bool; RecordField 29 which we can read from /proc/sys. *) 37 let init_event () = {read = false; write = false; except = false} 48 List.iter (add_event (fun x -> x.read <- true)) in_fds; 61 (if event.read then fd :: r else r),
|
/xen/xen/include/xen/ |
A D | hypfs.h | 18 int (*read)(const struct hypfs_entry *entry, member 45 .e.read = hypfs_read_dir, \ 55 .e.read = hypfs_read_leaf, \ 82 .e.read = hypfs_read_leaf, \
|
A D | param.h | 114 .hypfs.e.read = hypfs_read_leaf, \ 125 .hypfs.e.read = hypfs_read_leaf, \ 135 .hypfs.e.read = hypfs_read_leaf, \ 145 .hypfs.e.read = hypfs_read_leaf, \ 155 .hypfs.e.read = hypfs_read_leaf, \
|
/xen/xen/arch/arm/vgic/ |
A D | vgic-mmio.h | 24 unsigned long (*read)(struct vcpu *vcpu, paddr_t addr, member 66 .read = rd, \ 76 .read = rd, \
|
/xen/xen/tools/kconfig/tests/ |
A D | conftest.py | 83 self.stdout = ps.stdout.read().decode() 84 self.stderr = ps.stderr.read().decode() 91 self.config = f.read() 227 expected_data = f.read()
|
/xen/tools/ocaml/libs/xs/ |
A D | xst.ml | 20 read: string -> string; RecordField 33 read = (fun path -> Xsraw.read tid path xsh);
|
/xen/tools/firmware/vgabios/ |
A D | vbe_display_api.txt | 128 Next, the parameter value can be read or written. 142 This parameter can be used to read/write the vbe display X resolution (in pixels). 150 This parameter can be used to read/write the vbe display Y resolution (in pixels). 158 This parameter can be used to read/write the vbe display BPP. 166 This parameter can be used to read/write the vbe ENABLED state. 174 This parameter can be used to read/write the current selected BANK (at 0xA0000). 179 This parameter can be used to read/write the current virtual width. 185 This parameter can be read in order to obtain the current virtual height.
|
/xen/xen/arch/x86/efi/ |
A D | mkreloc.c | 94 read(in, &mz_hdr, sizeof(mz_hdr)) != sizeof(mz_hdr) ) in load() 108 read(in, &pe_hdr, sizeof(pe_hdr)) != sizeof(pe_hdr) || in load() 109 read(in, &base, sizeof(base)) != sizeof(base) || in load() 115 read(in, image_size, sizeof(*image_size)) != sizeof(*image_size) ) in load() 147 read(in, *sections, pe_hdr.section_count * sizeof(**sections)) != in load()
|
/xen/tools/hotplug/Linux/ |
A D | xen-hotplug-common.sh.in | 64 local v=$(xenstore-read "$@" || true) 65 [ "$v" != "" ] || fatal "xenstore-read $@ failed." 77 xenstore-read "$1" 2>/dev/null || echo "$2"
|
/xen/tools/misc/ |
A D | xencov_split | 22 s = f.read(4) 29 content = f.read()
|
/xen/tools/ocaml/libs/mmap/ |
A D | xenmmap.ml | 26 (* read: interface -> start -> length -> data *) 27 external read: mmap_interface -> int -> int -> string = "stub_mmap_read"
|