cpu.h (fbd3a489df9953e2a5d017c922f3c103b2426952) | cpu.h (8046f374a64b81fdf4f71f7a433bf4035d501521) |
---|---|
1/* 2 * S/390 virtual CPU header 3 * 4 * Copyright (c) 2009 Ulrich Hecht 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either --- 700 unchanged lines hidden (view full) --- 709{ 710 S390CPUClass *scc = S390_CPU_GET_CLASS(cs); 711 712 scc->load_normal(cs); 713} 714 715 716/* cpu.c */ | 1/* 2 * S/390 virtual CPU header 3 * 4 * Copyright (c) 2009 Ulrich Hecht 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either --- 700 unchanged lines hidden (view full) --- 709{ 710 S390CPUClass *scc = S390_CPU_GET_CLASS(cs); 711 712 scc->load_normal(cs); 713} 714 715 716/* cpu.c */ |
717int s390_get_clock(uint8_t *tod_high, uint64_t *tod_low); 718int s390_set_clock(uint8_t *tod_high, uint64_t *tod_low); | |
719void s390_crypto_reset(void); 720bool s390_get_squash_mcss(void); 721int s390_set_memory_limit(uint64_t new_limit, uint64_t *hw_limit); 722void s390_cmma_reset(void); 723void s390_enable_css_support(S390CPU *cpu); 724int s390_assign_subch_ioeventfd(EventNotifier *notifier, uint32_t sch_id, 725 int vq, bool assign); 726#ifndef CONFIG_USER_ONLY --- 67 unchanged lines hidden --- | 717void s390_crypto_reset(void); 718bool s390_get_squash_mcss(void); 719int s390_set_memory_limit(uint64_t new_limit, uint64_t *hw_limit); 720void s390_cmma_reset(void); 721void s390_enable_css_support(S390CPU *cpu); 722int s390_assign_subch_ioeventfd(EventNotifier *notifier, uint32_t sch_id, 723 int vq, bool assign); 724#ifndef CONFIG_USER_ONLY --- 67 unchanged lines hidden --- |