Searched refs:adjust (Results 1 – 18 of 18) sorted by relevance
/xen/xen/arch/x86/cpu/mcheck/ |
A D | amd_nonfatal.c | 75 static int adjust = 0; variable 120 adjust++; in mce_amd_checkregs() 134 if (adjust > 0) { in mce_amd_work_fn() 159 if (adjust == 0) { in mce_amd_work_fn() 169 adjust += (counter - 1); in mce_amd_work_fn() 180 if (variable_period && adjust > 0) { in mce_amd_work_fn() 182 adjust++; /* adjust == 1 must have an effect */ in mce_amd_work_fn() 183 period /= adjust; in mce_amd_work_fn() 201 adjust = 0; in mce_amd_work_fn()
|
A D | non-fatal.c | 32 static int adjust = 0; variable 45 adjust++; in mce_checkregs() 75 if (adjust) in mce_work_fn() 76 period /= (adjust + 1); in mce_work_fn() 86 adjust = 0; in mce_work_fn()
|
/xen/tools/libxc/ |
A D | xc_misc.c | 749 uint32_t adjust = 0; in xc_livepatch_list() local 790 if ( adjust ) in xc_livepatch_list() 791 adjust = 0; /* Used when adjusting the 'max_batch_sz' or 'retries'. */ in xc_livepatch_list() 845 adjust = 1; /* For the loop conditional to let us loop again. */ in xc_livepatch_list() 872 adjust = 1; /* And make sure we continue in the loop. */ in xc_livepatch_list() 914 } while ( adjust || (*done < max && *left != 0) ); in xc_livepatch_list()
|
/xen/tools/flask/policy/modules/ |
A D | xen.if | 10 allow $1 $2:mmu { adjust physmap map_read map_write stat pinpage updatemp mmuext_op }; 59 allow $1 $2:mmu { map_read map_write adjust memorymap physmap pinpage mmuext_op updatemp }; 154 allow $1 $2_target:mmu { map_read map_write adjust physmap target_hack };
|
/xen/xen/common/sched/ |
A D | private.h | 323 int (*adjust) (const struct scheduler *, struct domain *, member 478 return s->adjust ? s->adjust(s, d, op) : 0; in sched_adjust_dom()
|
A D | arinc653.c | 723 .adjust = NULL,
|
A D | rt.c | 1550 .adjust = rt_dom_cntl,
|
A D | credit.c | 2251 .adjust = csched_dom_cntl,
|
A D | credit2.c | 4195 .adjust = csched2_dom_cntl,
|
/xen/docs/process/ |
A D | xen-release-management.pandoc | 230 a push. For security bugs, coordinate with the Security Team to adjust the 245 to adjust the access rights. 248 to adjust the access rights.
|
/xen/xen/xsm/flask/policy/ |
A D | access_vectors | 356 adjust
|
/xen/ |
A D | INSTALL | 17 environment variables which are used to adjust various aspects of the
|
/xen/docs/man/ |
A D | xen-tscmode.7.pod | 59 an intelligent default but allows system administrator's to adjust
|
A D | xl.cfg.5.pod.in | 1801 RAM. You should not normally need to adjust this value. However, if you 2723 RAM. You should not normally need to adjust this value. However, if you
|
/xen/stubdom/ |
A D | lwip.patch-cvs | 447 adjust for alignment. */ 886 + /* adjust the number of pbufs on queue */
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 3043 ;; adjust if there will be an overrun. 2K max sector size 3192 ;; adjust if there will be an overrun. 2K max sector size 6679 ;; adjust if there will be an overrun 6819 ;; adjust if there will be an overrun
|
/xen/docs/misc/ |
A D | xen-command-line.pandoc | 300 some platforms, the "maxcpus" option may need to be used to further adjust 302 monotonic TSC across sockets you may want to adjust the "tsc" command line
|
A D | livepatch.pandoc | 1145 preprocessor "#line n" directives to adjust for the introduced
|
Completed in 49 milliseconds