Lines Matching refs:before

1118 	uint32_t before, after, remap;  variable
1180 before = *(uint32_t *)(uintptr_t)address;
1243 T_QUIET; T_ASSERT_EQ(remap, before, "remap matches original");
1247 T_LOG("vm_remap(): 0x%llx 0x%x -> 0x%x", address, before, after);
1249 if (before != after) {
1265 before = *(uint32_t *)(uintptr_t)address;
1288 T_QUIET; T_ASSERT_EQ(remap, before, "remap matches original");
1289 *(uint32_t *)(uintptr_t)remap_address = before + 1;
1291 T_LOG("vm_remap_new(): 0x%llx 0x%x -> 0x%x", address, before, after);
1292 *(uint32_t *)(uintptr_t)remap_address = before;
1293 if (before != after) {
1329 before = *(uint32_t *)(uintptr_t)address;
1358 T_QUIET; T_ASSERT_EQ(remap, before, "remap matches original");
1359 *(uint32_t *)(uintptr_t)remap_address = before + 1;
1361 T_LOG("mem_entry(VM_SHARE): 0x%llx 0x%x -> 0x%x", address, before, after);
1362 *(uint32_t *)(uintptr_t)remap_address = before;
1363 if (before != after) {
1421 before = *(uint32_t *)(uintptr_t)address;
1459 before = *(uint32_t *)(uintptr_t)address;
1496 T_QUIET; T_ASSERT_EQ(remap, before, "remap matches original");
1591 before = *(uint32_t *)(uintptr_t)address;
1612 T_QUIET; T_ASSERT_EQ(remap, before, "remap matches original");
1613 *(uint32_t *)(uintptr_t)remap_address = before + 1;
1615 T_LOG("vm_remap(): 0x%llx 0x%x -> 0x%x", address, before, after);
1616 *(uint32_t *)(uintptr_t)remap_address = before;
1617 if (before != after) {
1655 before = *(uint32_t *)(uintptr_t)address;
1683 T_QUIET; T_ASSERT_EQ(remap, before, "remap matches original");
1684 *(uint32_t *)(uintptr_t)remap_address = before + 1;
1686 T_LOG("vm_remap_new(): 0x%llx 0x%x -> 0x%x", address, before, after);
1687 *(uint32_t *)(uintptr_t)remap_address = before;
1688 if (before != after) {
1726 before = *(uint32_t *)(uintptr_t)address;
1757 T_QUIET; T_ASSERT_EQ(remap, before, "remap matches original");
1759 *(uint32_t *)(uintptr_t)remap_address = before + 1;
1762 T_LOG("mem_entry(VM_SHARE): 0x%llx 0x%x -> 0x%x", address, before, after);
1763 *(uint32_t *)(uintptr_t)remap_address = before;
1764 if (before != after) {
1799 before = *(uint32_t *)(uintptr_t)address;
1823 T_QUIET; T_ASSERT_EQ(remap, before, "remap matches original");
1824 *(uint32_t *)(uintptr_t)remap_address = before + 1;
1826 T_LOG("mem_entry(): 0x%llx 0x%x -> 0x%x", address, before, after);
1827 *(uint32_t *)(uintptr_t)remap_address = before;
1846 if (before != after) {
1945 uint32_t *addr, before, after; variable
1968 before = *addr;
1975 } else if (after != before) {
1976 T_ASSERT_FAIL("shared text changed by wiring at %p 0x%x -> 0x%x", (void *)addr, before, after);
1982 before = *addr;
1989 } else if (after != before) {
1990 T_ASSERT_FAIL("shared text changed by wiring at %p 0x%x -> 0x%x", (void *)addr, before, after);
1996 before = *addr;
2003 } else if (after != before) {
2004 T_ASSERT_FAIL("text changed by wiring at %p 0x%x -> 0x%x", (void *)addr, before, after);