Home
last modified time | relevance | path

Searched refs:this_mop (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dcputlb.c1943 MemOp this_mop;
1949 this_mop = ctz32(size | (int)addr | 8);
1950 this_size = 1 << this_mop; in int_ld_mmio_beN()
1951 this_mop |= MO_BE; in int_ld_mmio_beN()
1954 this_mop, full->attrs); in int_ld_mmio_beN()
2484 MemOp this_mop;
2489 this_mop = ctz32(size | (int)addr | 8);
2490 this_size = 1 << this_mop;
2491 this_mop |= MO_LE; in int_st_mmio_leN()
2494 this_mop, ful in int_st_mmio_leN()
1956 MemOp this_mop; int_ld_mmio_beN() local
2497 MemOp this_mop; int_st_mmio_leN() local
[all...]