Home
last modified time | relevance | path

Searched refs:SPAPR_CAP_HPT_MAXPAGESIZE (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/ppc/
H A Dspapr_caps.c309 hwaddr maxpagesize = (1ULL << spapr->eff.caps[SPAPR_CAP_HPT_MAXPAGESIZE]); in spapr_check_pagesize()
759 [SPAPR_CAP_HPT_MAXPAGESIZE] = {
762 .index = SPAPR_CAP_HPT_MAXPAGESIZE,
869 if (smc->default_caps.caps[SPAPR_CAP_HPT_MAXPAGESIZE] == 0) { in default_caps_with_cpu()
878 caps.caps[SPAPR_CAP_HPT_MAXPAGESIZE] = mps; in default_caps_with_cpu()
970 SPAPR_CAP_MIG_STATE(hpt_maxpagesize, SPAPR_CAP_HPT_MAXPAGESIZE);
H A Dspapr.c4737 smc->default_caps.caps[SPAPR_CAP_HPT_MAXPAGESIZE] = 16; /* 64kiB */ in spapr_machine_class_init()
5104 smc->default_caps.caps[SPAPR_CAP_HPT_MAXPAGESIZE] = 0; in spapr_machine_2_12_class_options()
/qemu/include/hw/ppc/
H A Dspapr.h71 #define SPAPR_CAP_HPT_MAXPAGESIZE 0x06 macro