system_state_s 5371 src/dps8/dps8_cpu.c system_state = aligned_malloc (sizeof (struct system_state_s)); system_state_s 5373 src/dps8/dps8_cpu.c system_state = malloc (sizeof (struct system_state_s)); system_state_s 5389 src/dps8/dps8_cpu.c if (mlock(system_state, sizeof(struct system_state_s)) == -1) { system_state_s 92 src/dps8/dps8_state.h extern struct system_state_s * system_state; system_state_s 110 src/dps8/dps8_sys.c struct system_state_s * system_state; system_state_s 4079 src/dps8/dps8_sys.c { "commit_id", SYM_STATE_OFFSET, SYM_STRING, offsetof (struct system_state_s, commit_id) }, system_state_s 4080 src/dps8/dps8_sys.c { "M[]", SYM_STATE_OFFSET, SYM_ARRAY, offsetof (struct system_state_s, M) }, system_state_s 4083 src/dps8/dps8_sys.c { "cpus[]", SYM_STATE_OFFSET, SYM_ARRAY, offsetof (struct system_state_s, cpus) }, system_state_s 4468 src/dps8/dps8_sys.c system_state = aligned_malloc (sizeof (struct system_state_s)); system_state_s 4475 src/dps8/dps8_sys.c system_state = (struct system_state_s *) system_state_s 4476 src/dps8/dps8_sys.c create_shm (statenme, sizeof (struct system_state_s)); system_state_s 4479 src/dps8/dps8_sys.c system_state = aligned_malloc (sizeof (struct system_state_s)); system_state_s 4481 src/dps8/dps8_sys.c system_state = malloc (sizeof (struct system_state_s)); system_state_s 4502 src/dps8/dps8_sys.c if (mlock(system_state, sizeof(struct system_state_s)) == -1) {