cpu.h (c4e9f845f6248885ff73a9e1ecb74052a1c3dcd4) cpu.h (9138977b185266e750c9422e554b0c4e7860783f)
1/*
2 * S/390 virtual CPU header
3 *
4 * Copyright (c) 2009 Ulrich Hecht
5 * Copyright IBM Corp. 2012, 2018
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by

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

729
730 scc->load_normal(cs);
731}
732
733
734/* cpu.c */
735void s390_crypto_reset(void);
736int s390_set_memory_limit(uint64_t new_limit, uint64_t *hw_limit);
1/*
2 * S/390 virtual CPU header
3 *
4 * Copyright (c) 2009 Ulrich Hecht
5 * Copyright IBM Corp. 2012, 2018
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by

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

729
730 scc->load_normal(cs);
731}
732
733
734/* cpu.c */
735void s390_crypto_reset(void);
736int s390_set_memory_limit(uint64_t new_limit, uint64_t *hw_limit);
737void s390_set_max_pagesize(uint64_t pagesize, Error **errp);
737void s390_cmma_reset(void);
738void s390_enable_css_support(S390CPU *cpu);
739int s390_assign_subch_ioeventfd(EventNotifier *notifier, uint32_t sch_id,
740 int vq, bool assign);
741#ifndef CONFIG_USER_ONLY
742unsigned int s390_cpu_set_state(uint8_t cpu_state, S390CPU *cpu);
743#else
744static inline unsigned int s390_cpu_set_state(uint8_t cpu_state, S390CPU *cpu)

--- 64 unchanged lines hidden ---
738void s390_cmma_reset(void);
739void s390_enable_css_support(S390CPU *cpu);
740int s390_assign_subch_ioeventfd(EventNotifier *notifier, uint32_t sch_id,
741 int vq, bool assign);
742#ifndef CONFIG_USER_ONLY
743unsigned int s390_cpu_set_state(uint8_t cpu_state, S390CPU *cpu);
744#else
745static inline unsigned int s390_cpu_set_state(uint8_t cpu_state, S390CPU *cpu)

--- 64 unchanged lines hidden ---