Searched refs:psr (Results 1 – 7 of 7) sorted by relevance
12 #define psr_mode(psr,m) (((psr) & PSR_MODE_MASK) == m) argument14 #define psr_mode_is_32bit(psr) !!((psr) & PSR_MODE_BIT) argument
28 `xl psr-cmt-attach <domid>`32 `xl psr-cmt-show cache-occupancy <domid>`37 `xl psr-cmt-detach <domid>`44 `xl psr-hwinfo --cmt`106 `xl psr-hwinfo --cat`110 `xl psr-cat-set [OPTIONS] <domid> <cbm>`116 obtained with `xl psr-hwinfo --cat`.131 `xl psr-cat-show [OPTIONS] <domid>`181 `xl psr-cat-set -c <domid> <cbm>`184 `xl psr-cat-set -d <domid> <cbm>`[all …]
1390 ### psr (Intel)1393 > Default: `psr=cmt:0,rmid_max:255,cat:0,cos_max:255,cdp:0`
56 res. Add "psr=cdp" to enable L3 CDP but disables L3 CAT by SW.60 1. `psr-cat-show [OPTIONS] domain-id`:71 2. `psr-cat-set [OPTIONS] domain-id cbm`:89 3. `psr-hwinfo [OPTIONS]`:244 rted. "psr=cdp" enables CDP if hardware supported.262 1. psr-cat-show -lX domain-id271 2. psr-cat-set -lX domain-id cbm278 3. psr-hwinfo410 root@:~$ xl psr-hwinfo --cat417 root@:~$ xl psr-cat-cbm-set -l2 1 0x7f[all …]
717 static int is_guest_pv32_psr(uint32_t psr) in is_guest_pv32_psr() argument719 switch (psr & PSR_MODE_MASK) in is_guest_pv32_psr()738 static int is_guest_pv64_psr(uint32_t psr) in is_guest_pv64_psr() argument740 if ( psr & PSR_MODE_BIT ) in is_guest_pv64_psr()743 switch (psr & PSR_MODE_MASK) in is_guest_pv64_psr()
1724 hardware capabilities can be shown with B<psr-hwinfo>.1726 See L<http://xenbits.xen.org/docs/unstable/misc/xl-psr.html> for more1731 =item B<psr-hwinfo> [I<OPTIONS>]1772 =item B<psr-cmt-attach> I<domain-id>1776 =item B<psr-cmt-detach> I<domain-id>1780 =item B<psr-cmt-show> I<psr-monitor-type> [I<domain-id>]1808 =item B<psr-cat-set> [I<OPTIONS>] I<domain-id> I<cbm>1811 please refer to L<http://xenbits.xen.org/docs/unstable/misc/xl-psr.html>.1836 =item B<psr-cat-show> [I<OPTIONS>] [I<domain-id>]1887 L<http://xenbits.xen.org/docs/unstable/misc/xl-psr.html>
55 obj-y += psr.o
Completed in 12 milliseconds