Home
last modified time | relevance | path

Searched refs:P (Results 1 – 19 of 19) sorted by relevance

/xen/tools/tests/x86_emulator/
A Dblowfish.c39 uint32_t P[16 + 2]; member
342 Xl = Xl ^ ctx->P[i]; in Blowfish_Encrypt()
354 Xr = Xr ^ ctx->P[N]; in Blowfish_Encrypt()
355 Xl = Xl ^ ctx->P[N + 1]; in Blowfish_Encrypt()
372 Xl = Xl ^ ctx->P[i]; in Blowfish_Decrypt()
386 Xr = Xr ^ ctx->P[1]; in Blowfish_Decrypt()
387 Xl = Xl ^ ctx->P[0]; in Blowfish_Decrypt()
411 ctx->P[i] = ORIG_P[i] ^ data; in Blowfish_Init()
419 ctx->P[i] = datal; in Blowfish_Init()
420 ctx->P[i + 1] = datar; in Blowfish_Init()
/xen/xen/arch/x86/
A Dtraps.c691 #define P(x) [X86_EXC_ ## x] = "#" #x in vec_name() macro
693 P(DE), P(DB), N(NMI), P(BP), P(OF), P(BR), P(UD), P(NM), in vec_name()
694 P(DF), N(CSO), P(TS), P(NP), P(SS), P(GP), P(PF), N(SPV), in vec_name()
695 P(MF), P(AC), P(MC), P(XM), P(VE), P(CP), in vec_name()
696 P(HV), P(VC), P(SX), in vec_name()
698 #undef P in vec_name()
/xen/stubdom/grub/
A Dosdep.h25 #define P(x) x macro
27 #define P(x) () macro
/xen/
A DCREDITS5 (W), PGP key ID and fingerprint (P), description (D), and
15 P: 1B40B6D0
A DINSTALL346 export WGET=$(type -P false)
347 export GIT=$(type -P false)
/xen/scripts/
A Dget_maintainer.pl15 my $P = $0;
232 print("${P} ${V}\n");
265 die "$P: Please select at least 1 email option\n";
274 or die "$P: Can't open MAINTAINERS: $!\n";
313 die "$P: the MAINTAINERS file ".
337 or warn "$P: Can't open .mailmap: $!\n";
415 die "$P: file '${file}' not found\n";
422 or die "$P: Can't open $file: $!\n";
442 or die "$P: Can't open $file: $!\n";
819 usage: $P [options] patchfile
[all …]
/xen/tools/xentrace/
A Dxenalyze.c1896 } P = { 0 }; variable
8836 P.lost_cpus++; in process_lost_records()
8837 if(P.lost_cpus > P.max_active_pcpu + 1) { in process_lost_records()
8839 P.lost_cpus, P.max_active_pcpu + 1); in process_lost_records()
8933 P.lost_cpus--; in process_lost_records_end()
8977 P.early_eof = 1; in activate_early_eof()
9017 if(cd->cpu > P.max_active_pcpu || !P.pcpu[cd->cpu].active) { in scan_for_new_pcpu()
9136 P.f.total_cycles = P.f.last_tsc - P.f.first_tsc; in process_record_tsc()
9138 P.now = tsc; in process_record_tsc()
9244 if(!P.pcpu[r->cpu].active && P.pcpu[r->cpu].file_offset == 0) in process_cpu_change()
[all …]
/xen/xen/arch/x86/hvm/vmx/
A Dvmcs.c196 #define P(p,s) if ( p ) { printk(" - %s\n", s); printed = 1; } in vmx_display_features() macro
198 P(cpu_has_vmx_tpr_shadow, "APIC TPR shadow"); in vmx_display_features()
199 P(cpu_has_vmx_ept, "Extended Page Tables (EPT)"); in vmx_display_features()
201 P(cpu_has_vmx_vnmi, "Virtual NMI"); in vmx_display_features()
202 P(cpu_has_vmx_msr_bitmap, "MSR direct-access bitmap"); in vmx_display_features()
203 P(cpu_has_vmx_unrestricted_guest, "Unrestricted Guest"); in vmx_display_features()
207 P(cpu_has_vmx_vmcs_shadowing, "VMCS shadowing"); in vmx_display_features()
208 P(cpu_has_vmx_vmfunc, "VM Functions"); in vmx_display_features()
210 P(cpu_has_vmx_pml, "Page Modification Logging"); in vmx_display_features()
211 P(cpu_has_vmx_tsc_scaling, "TSC Scaling"); in vmx_display_features()
[all …]
/xen/tools/misc/
A Dmkdeb57 find deb/etc -type f -printf /etc/%P\\n >deb/DEBIAN/conffiles
/xen/stubdom/vtpmmgr/
A Dvtpm_cmd_handler.c484 mpi P = { 0 }; in tm_dhkx_gen() local
497 mpi_read_binary(&P, P_bytes, sizeof(P_bytes)); in tm_dhkx_gen()
501 mpi_exp_mod(&GX, &G, &X, &P, &RP); in tm_dhkx_gen()
506 mpi_exp_mod(&K, &GY, &X, &P, &RP); in tm_dhkx_gen()
507 mpi_free(&P); in tm_dhkx_gen()
/xen/xen/arch/x86/hvm/svm/
A Dsvm.c1645 #define P(p,s) if ( p ) { printk(" - %s\n", s); printed = 1; } in start_svm() macro
1646 P(cpu_has_svm_npt, "Nested Page Tables (NPT)"); in start_svm()
1648 P(cpu_has_svm_nrips, "Next-RIP Saved on #VMEXIT"); in start_svm()
1649 P(cpu_has_svm_cleanbits, "VMCB Clean Bits"); in start_svm()
1650 P(cpu_has_svm_decode, "DecodeAssists"); in start_svm()
1651 P(cpu_has_svm_vloadsave, "Virtual VMLOAD/VMSAVE"); in start_svm()
1652 P(cpu_has_svm_vgif, "Virtual GIF"); in start_svm()
1653 P(cpu_has_pause_filter, "Pause-Intercept Filter"); in start_svm()
1654 P(cpu_has_pause_thresh, "Pause-Intercept Filter Threshold"); in start_svm()
1655 P(cpu_has_tsc_ratio, "TSC Rate MSR"); in start_svm()
[all …]
/xen/xen/common/sched/
A Dcredit2.c1271 unsigned int P, W; in update_runq_load() local
1274 P = prv->load_precision_shift; in update_runq_load()
1298 rqd->avgload = load << P; in update_runq_load()
1299 rqd->b_avgload = load << P; in update_runq_load()
1323 ((delta * (load << P)) >> W) - in update_runq_load()
1326 ((delta * (load << P)) >> W) - in update_runq_load()
1345 d.shift = P; in update_runq_load()
1358 unsigned int P, W; in update_svc_load() local
1368 P = prv->load_precision_shift; in update_svc_load()
1373 svc->avgload = unit_load << P; in update_svc_load()
[all …]
/xen/xen/drivers/passthrough/vtd/
A Diommu.c2320 #define P(p,s) printk("Intel VT-d %s %senabled.\n", s, (p)? "" : "not ") in vtd_setup() macro
2322 P(iommu_snoop, "Snoop Control"); in vtd_setup()
2324 P(iommu_hwdom_passthrough, "Dom0 DMA Passthrough"); in vtd_setup()
2325 P(iommu_qinval, "Queued Invalidation"); in vtd_setup()
2326 P(iommu_intremap, "Interrupt Remapping"); in vtd_setup()
2328 P(iommu_intpost, "Posted Interrupt"); in vtd_setup()
2330 P(iommu_hap_pt_share, "Shared EPT tables"); in vtd_setup()
2331 #undef P in vtd_setup()
/xen/xen/
A DKconfig.debug75 console to print (and reset) using 'p' and 'P' respectively, or
/xen/tools/libxl/
A Dlibxl_types.idl911 (1, "P"),
/xen/docs/process/
A Dxen-release-management.pandoc502 /P:/ { sub(\$1, ""); sub(/^[ \t]+/, ""); score=\$0; };
/xen/tools/firmware/vgabios/
A DChangeLog628 -t -P -S" - update ChangeLog for 0.4a release
/xen/docs/misc/
A Dxen-command-line.pandoc118 Enforce checking that P-state transitions by the ACPI cpufreq driver
334 * `P` is a single character representing the type of parity:
1817 > `= t[riple] | k[bd] | a[cpi] | p[ci] | P[ower] | e[fi] | n[o] [, [w]arm | [c]old]`
/xen/tools/
A Dconfigure11033 print prefix "define", macro P[macro] D[macro]

Completed in 70 milliseconds