cpu.h (dd8c1e808f1ca311e1f50bff218c3ee3198b1f02) cpu.h (e2c6cd567422bfa563be026b9741a1854aecdc06)
1/*
2 * S/390 virtual CPU header
3 *
4 * For details on the s390x architecture and used definitions (e.g.,
5 * PSW, PER and DAT (Dynamic Address Translation)), please refer to
6 * the "z/Architecture Principles of Operations" - a.k.a. PoP.
7 *
8 * Copyright (c) 2009 Ulrich Hecht

--- 755 unchanged lines hidden (view full) ---

764
765
766/* cpu.c */
767void s390_crypto_reset(void);
768int s390_set_memory_limit(uint64_t new_limit, uint64_t *hw_limit);
769void s390_set_max_pagesize(uint64_t pagesize, Error **errp);
770void s390_cmma_reset(void);
771void s390_enable_css_support(S390CPU *cpu);
1/*
2 * S/390 virtual CPU header
3 *
4 * For details on the s390x architecture and used definitions (e.g.,
5 * PSW, PER and DAT (Dynamic Address Translation)), please refer to
6 * the "z/Architecture Principles of Operations" - a.k.a. PoP.
7 *
8 * Copyright (c) 2009 Ulrich Hecht

--- 755 unchanged lines hidden (view full) ---

764
765
766/* cpu.c */
767void s390_crypto_reset(void);
768int s390_set_memory_limit(uint64_t new_limit, uint64_t *hw_limit);
769void s390_set_max_pagesize(uint64_t pagesize, Error **errp);
770void s390_cmma_reset(void);
771void s390_enable_css_support(S390CPU *cpu);
772void s390_do_cpu_set_diag318(CPUState *cs, run_on_cpu_data arg);
772int s390_assign_subch_ioeventfd(EventNotifier *notifier, uint32_t sch_id,
773 int vq, bool assign);
774#ifndef CONFIG_USER_ONLY
775unsigned int s390_cpu_set_state(uint8_t cpu_state, S390CPU *cpu);
776#else
777static inline unsigned int s390_cpu_set_state(uint8_t cpu_state, S390CPU *cpu)
778{
779 return 0;

--- 69 unchanged lines hidden ---
773int s390_assign_subch_ioeventfd(EventNotifier *notifier, uint32_t sch_id,
774 int vq, bool assign);
775#ifndef CONFIG_USER_ONLY
776unsigned int s390_cpu_set_state(uint8_t cpu_state, S390CPU *cpu);
777#else
778static inline unsigned int s390_cpu_set_state(uint8_t cpu_state, S390CPU *cpu)
779{
780 return 0;

--- 69 unchanged lines hidden ---