Home
last modified time | relevance | path

Searched refs:rw (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt122 -rw-r--r-- root root 45 ./etc/bash_completion
124 -rw-r--r-- root root 447 ./etc/bindresvport.blacklist
125 -rw-r--r-- root root 521 ./etc/build
126 -rw-r--r-- root root 2370 ./etc/busybox.links.nosuid
127 -rw-r--r-- root root 91 ./etc/busybox.links.suid
129 -rw-r--r-- root root 5340 ./etc/ca-certificates.conf
132 -rw-r--r-- root root 838 ./etc/dbus-1/session.conf
133 -rw-r--r-- root root 833 ./etc/dbus-1/system.conf
136 -rw-r--r-- root root 36 ./etc/default/mountall
137 -rw-r--r-- root root 52 ./etc/default/postinst
[all …]
H A Dbuildhistory_filelist1.txt122 -rw-r--r-- root root 45 ./etc/bash_completion
124 -rw-r--r-- root root 447 ./etc/bindresvport.blacklist
125 -rw-r--r-- root root 506 ./etc/build
126 -rw-r--r-- root root 2370 ./etc/busybox.links.nosuid
127 -rw-r--r-- root root 91 ./etc/busybox.links.suid
129 -rw-r--r-- root root 5340 ./etc/ca-certificates.conf
132 -rw-r--r-- root root 838 ./etc/dbus-1/session.conf
133 -rw-r--r-- root root 833 ./etc/dbus-1/system.conf
136 -rw-r--r-- root root 36 ./etc/default/mountall
137 -rw-r--r-- root root 52 ./etc/default/postinst
[all …]
/openbmc/openbmc-test-automation/docs/
H A Dcode_update.md106 -rw-r--r-- jenkins-op/jenkins-op 306804 2021-05-15 22:00 image-u-boot
107 -rw-r--r-- jenkins-op/jenkins-op 3039300 2021-05-12 03:32 image-kernel
108 -rw-r--r-- jenkins-op/jenkins-op 19861504 2021-05-15 22:00 image-rofs
109 -rw-r--r-- jenkins-op/jenkins-op 850304 2021-05-15 22:00 image-rwfs
110 -rw-r--r-- jenkins-op/jenkins-op 176 2021-05-15 22:00 MANIFEST
111 -rw-r--r-- jenkins-op/jenkins-op 272 2021-05-15 22:00 publickey
112 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-u-boot.sig
113 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-kernel.sig
114 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-rofs.sig
115 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-rwfs.sig
[all …]
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/
H A Dinit-live.sh166 …if ! mount -o rw,loop,noatime,nodiratime /run/media/$ROOT_DISK/$ISOLINUX/$ROOT_IMAGE $ROOT_MOUNT ;…
188 mkdir -p /rootfs.ro /rootfs.rw
190 rm -rf /rootfs.ro /rootfs.rw
193 mount -t tmpfs -o rw,noatime,mode=755 tmpfs /rootfs.rw
194 mkdir -p /rootfs.rw/upperdir /rootfs.rw/work
196 mkdir -p $ROOT_MOUNT/rootfs.ro $ROOT_MOUNT/rootfs.rw
198 mount --move /rootfs.rw $ROOT_MOUNT/rootfs.rw
202 mkdir -p /rootfs.ro /rootfs.rw
204 rm -rf /rootfs.ro /rootfs.rw
207 mount -t tmpfs -o rw,noatime,mode=755 tmpfs /rootfs.rw
[all …]
/openbmc/qemu/util/
H A Dcacheflush.c246 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() argument
248 if (rx == rw) { in flush_idcache_range()
254 sys_dcache_flush((void *)rw, len); in flush_idcache_range()
264 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() argument
283 for (p = rw & -dcache_lsize; p < rw + len; p += dcache_lsize) { in flush_idcache_range()
314 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() argument
316 if (rx != rw) { in flush_idcache_range()
317 cacheflush((void *)rw, len, DCACHE); in flush_idcache_range()
324 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() argument
346 b = rw & ~(dsize - 1); in flush_idcache_range()
[all …]
/openbmc/u-boot/arch/riscv/include/asm/
H A Dbarrier.h27 #define __smp_mb() RISCV_FENCE(rw,rw)
34 RISCV_FENCE(rw,w); \
42 RISCV_FENCE(r,rw); \
63 #define smp_mb__after_spinlock() RISCV_FENCE(rw,rw)
/openbmc/u-boot/drivers/pci/
H A Dpci_indirect.c20 #define INDIRECT_PCI_OP(rw, size, type, op, mask) \ argument
22 indirect_##rw##_config_##size(struct pci_controller *hose, \
31 cfg_##rw(val, hose->cfg_data + (offset & mask), type, op); \
35 #define INDIRECT_PCI_OP(rw, size, type, op, mask) \ argument
37 indirect_##rw##_config_##size(struct pci_controller *hose, \
45 cfg_##rw(val, hose->cfg_data + (offset & mask), type, op); \
H A Dpci_compat.c16 #define PCI_HOSE_OP(rw, name, size, type) \ argument
17 int pci_hose_##rw##_config_##name(struct pci_controller *hose, \
21 return pci_##rw##_config##size(dev, offset, value); \
/openbmc/qemu/tests/tcg/s390x/
H A Dmvc-smc.c13 static unsigned char rw[PAGE_SIZE + BR_14_SIZE]; variable
14 static unsigned char rwx[RWX_OFFSET + sizeof(rw)]
75 expected = emit_function(rw, size); in main()
76 memcpy_mvc(rwx + RWX_OFFSET, rw, size); in main()
/openbmc/qemu/include/qemu/
H A Dcacheflush.h24 static inline void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() argument
31 static inline void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() argument
38 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len);
H A Dplugin.h31 make_plugin_meminfo(MemOpIdx oi, enum qemu_plugin_mem_rw rw) in make_plugin_meminfo() argument
33 return oi | (rw << 16); in make_plugin_meminfo()
81 enum qemu_plugin_mem_rw rw; member
87 enum qemu_plugin_mem_rw rw; member
172 MemOpIdx oi, enum qemu_plugin_mem_rw rw);
274 enum qemu_plugin_mem_rw rw) in qemu_plugin_vcpu_mem_cb() argument
/openbmc/qemu/target/s390x/
H A Dmmu_helper.c300 static void mmu_handle_skey(target_ulong addr, int rw, int *flags) in mmu_handle_skey() argument
347 switch (rw) { in mmu_handle_skey()
385 int mmu_translate(CPUS390XState *env, target_ulong vaddr, int rw, uint64_t asc, in mmu_translate() argument
392 (rw == MMU_DATA_STORE ? FS_WRITE : FS_READ); in mmu_translate()
405 if (is_low_address(vaddr) && rw == MMU_DATA_STORE) { in mmu_translate()
414 if (rw != MMU_S390_LRA && !(env->psw.mask & PSW_MASK_DAT)) { in mmu_translate()
442 if (unlikely(rw == MMU_DATA_STORE && !(*flags & PAGE_WRITE))) { in mmu_translate()
449 if (unlikely(rw == MMU_INST_FETCH && !(*flags & PAGE_EXEC))) { in mmu_translate()
456 if (rw >= 0) { in mmu_translate()
460 if (!mmu_absolute_addr_valid(*raddr, rw == MMU_DATA_STORE)) { in mmu_translate()
[all …]
/openbmc/qemu/tests/tcg/i386/
H A Dtest-mmx.py95 def __init__(self, rw, mw): argument
96 if rw not in [8, 16, 32, 64]:
100 self.rw = rw
107 return reg_w(self.rw)
140 rw = mw
142 rw = int(r[1:])
143 return ArgRM(rw, mw)
H A Dtest-avx.py156 def __init__(self, rw, mw): argument
157 if rw not in [8, 16, 32, 64]:
161 self.rw = rw
168 return reg_w(self.rw)
211 rw = mw
213 rw = int(r[1:])
214 return ArgRM(rw, mw)
H A Dx86.csv31 # the Intel mnemonic. For example, "rw,r" to denote that "SHR r/m32, imm8"
184 "ADC AL, imm8","ADCB imm8, AL","adcb imm8, AL","14 ib","V","V","","","rw,r","Y","8"
185 "ADC r/m8, imm8","ADCB imm8, r/m8","adcb imm8, r/m8","80 /2 ib","V","V","","","rw,r","Y","8"
186 "ADC r/m8, imm8","ADCB imm8, r/m8","adcb imm8, r/m8","82 /2 ib","V","N.S.","","","rw,r","Y","8"
187 "ADC r/m8, imm8","ADCB imm8, r/m8","adcb imm8, r/m8","REX 80 /2 ib","N.E.","V","","pseudo64","rw,r"…
188 "ADC r8, r/m8","ADCB r/m8, r8","adcb r/m8, r8","12 /r","V","V","","","rw,r","Y","8"
189 "ADC r8, r/m8","ADCB r/m8, r8","adcb r/m8, r8","REX 12 /r","N.E.","V","","pseudo64","rw,r","Y","8"
190 "ADC r/m8, r8","ADCB r8, r/m8","adcb r8, r/m8","10 /r","V","V","","","rw,r","Y","8"
191 "ADC r/m8, r8","ADCB r8, r/m8","adcb r8, r/m8","REX 10 /r","N.E.","V","","pseudo64","rw,r","Y","8"
192 "ADC EAX, imm32","ADCL imm32, EAX","adcl imm32, EAX","15 id","V","V","","operand32","rw,r","Y","32"
[all …]
/openbmc/qemu/target/sparc/
H A Dmmu_helper.c74 int rw, int mmu_idx) in get_physical_address() argument
89 if (rw == 2 && (env->mmuregs[0] & env->def.mmu_bm)) { in get_physical_address()
99 *access_index = ((rw & 1) << 2) | (rw & 2) | (is_user ? 0 : 1); in get_physical_address()
186 is_dirty = (rw & 1) && !(pde & PG_MODIFIED_MASK); in get_physical_address()
506 static uint64_t build_sfsr(CPUSPARCState *env, int mmu_idx, int rw) in build_sfsr() argument
529 if (rw == 1) { in build_sfsr()
531 } else if (rw == 4) { in build_sfsr()
549 target_ulong address, int rw, int mmu_idx) in get_physical_address_data() argument
557 sfsr = build_sfsr(env, mmu_idx, rw); in get_physical_address_data()
596 if (rw == 4) { in get_physical_address_data()
[all …]
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dobmc-flash-bios-ubimount@.service2 Description=Mount UBIFS volumes pnor-ro-%I, pnor-rw-%I and pnor-prsv
5 OnFailure=obmc-flash-bios-ubiumount-ro@%i.service obmc-flash-bios-ubiumount-rw@%i.service
11 ExecStart=/usr/bin/obmc-flash-bios ubimount pnor-rw-%i
H A Dobmc-flash-bios-ubiumount-rw@.service2 Description=Remove UBIFS volume pnor-rw-%I
9 ExecStart=/usr/bin/obmc-flash-bios ubiumount pnor-rw-%i
/openbmc/qemu/contrib/plugins/
H A Dhwprofile.c57 static enum qemu_plugin_mem_rw rw = QEMU_PLUGIN_MEM_RW; variable
61 return rw == QEMU_PLUGIN_MEM_RW || rw == QEMU_PLUGIN_MEM_R; in track_reads()
66 return rw == QEMU_PLUGIN_MEM_RW || rw == QEMU_PLUGIN_MEM_W; in track_writes()
255 insn, rw, QEMU_PLUGIN_INLINE_STORE_U64, in vcpu_tb_trans()
259 QEMU_PLUGIN_CB_NO_REGS, rw, NULL); in vcpu_tb_trans()
276 rw = QEMU_PLUGIN_MEM_R; in qemu_plugin_install()
278 rw = QEMU_PLUGIN_MEM_W; in qemu_plugin_install()
/openbmc/qemu/hw/nvme/
H A Ddif.c429 NvmeRwCmd *rw = (NvmeRwCmd *)&req->cmd; in nvme_dif_rw_check_cb() local
430 uint64_t slba = le64_to_cpu(rw->slba); in nvme_dif_rw_check_cb()
431 uint8_t prinfo = NVME_RW_PRINFO(le16_to_cpu(rw->control)); in nvme_dif_rw_check_cb()
432 uint16_t apptag = le16_to_cpu(rw->apptag); in nvme_dif_rw_check_cb()
433 uint16_t appmask = le16_to_cpu(rw->appmask); in nvme_dif_rw_check_cb()
434 uint64_t reftag = le32_to_cpu(rw->reftag); in nvme_dif_rw_check_cb()
435 uint64_t cdw3 = le32_to_cpu(rw->cdw3); in nvme_dif_rw_check_cb()
488 NvmeRwCmd *rw = (NvmeRwCmd *)&req->cmd; in nvme_dif_rw_mdata_in_cb() local
489 uint64_t slba = le64_to_cpu(rw->slba); in nvme_dif_rw_mdata_in_cb()
490 uint32_t nlb = le16_to_cpu(rw->nlb) + 1; in nvme_dif_rw_mdata_in_cb()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dcheckroot.sh27 rootmode=rw
28 rootopts=rw
147 if test "$rootmode" = rw
/openbmc/qemu/tests/qemu-iotests/
H A D172.out30 share-rw = false
59 share-rw = false
95 share-rw = false
109 share-rw = false
149 share-rw = false
163 share-rw = false
204 share-rw = false
218 share-rw = false
247 share-rw = false
283 share-rw = false
[all …]
/openbmc/openbmc/meta-ibm/recipes-support/chrony/chrony/huygens/
H A Dchronyd.service19 DeviceAllow=char-pps rw
20 DeviceAllow=char-ptp rw
21 DeviceAllow=char-rtc rw
/openbmc/qemu/target/tricore/
H A Dhelper.c65 int rw, int tlb_error) in raise_mmu_exception() argument
70 MMUAccessType rw, int mmu_idx, in tricore_cpu_tlb_fill() argument
78 rw &= 1; in tricore_cpu_tlb_fill()
80 address, rw, mmu_idx); in tricore_cpu_tlb_fill()
96 raise_mmu_exception(env, address, rw, ret); in tricore_cpu_tlb_fill()
/openbmc/phosphor-mboxd/vpnor/test/
H A Dwrite_rw.cpp42 assert(fs::copy_file(root.ro() / "TEST1", root.rw() / "TEST1")); in main()
49 fd = open((root.rw() / "TEST1").c_str(), O_RDONLY); in main()
85 fd = open((root.rw() / "TEST1").c_str(), O_RDONLY); in main()

12345678910>>...14