Home
last modified time | relevance | path

Searched refs:pd (Results 1 – 10 of 10) sorted by relevance

/xen/tools/firmware/hvmloader/
A Dtests.c45 uint32_t *pd = (uint32_t *)PD_START; in setup_paging() local
54 pd[i] = (unsigned long)pt + 3; in setup_paging()
61 pd[i + (test_mem_base >> (PAGE_SHIFT + 10))] = in setup_paging()
216 uint64_t *pd = (uint64_t *)PD_START; in shadow_gs_test() local
228 *pd = (unsigned long)pd + 0x1007; /* Level 4 */ in shadow_gs_test()
229 pd += 512; in shadow_gs_test()
230 *pd = (unsigned long)pd + 0x1007; /* Level 3 */ in shadow_gs_test()
231 pd += 512; in shadow_gs_test()
234 *pd++ = (i << (PAGE_SHIFT + 9)) + 0x1e3; in shadow_gs_test()
/xen/xen/common/
A Ddomain.c352 struct domain *d, **pd, *old_hwdom = NULL; in domain_create() local
506 for ( pd = &domain_list; *pd != NULL; pd = &(*pd)->next_in_list ) in domain_create()
509 d->next_in_list = *pd; in domain_create()
511 rcu_assign_pointer(*pd, d); in domain_create()
938 struct domain **pd; in domain_destroy() local
950 pd = &domain_list; in domain_destroy()
951 while ( *pd != d ) in domain_destroy()
952 pd = &(*pd)->next_in_list; in domain_destroy()
953 rcu_assign_pointer(*pd, d->next_in_list); in domain_destroy()
955 while ( *pd != d ) in domain_destroy()
[all …]
/xen/xen/arch/x86/mm/
A Dmem_sharing.c1840 rc = copy_settings(d, pd); in mem_sharing_fork_reset()
2104 struct domain *pd; in mem_sharing_memop() local
2119 if ( pd->max_vcpus != d->max_vcpus ) in mem_sharing_memop()
2121 rcu_unlock_domain(pd); in mem_sharing_memop()
2125 if ( !mem_sharing_enabled(pd) && in mem_sharing_memop()
2128 rcu_unlock_domain(pd); in mem_sharing_memop()
2132 rc = fork(d, pd); in mem_sharing_memop()
2141 rcu_unlock_domain(pd); in mem_sharing_memop()
2147 struct domain *pd; in mem_sharing_memop() local
2161 rc = mem_sharing_fork_reset(d, pd); in mem_sharing_memop()
[all …]
/xen/xen/include/asm-x86/
A Dirq.h146 #define dpci_pirq(pd) container_of(pd, struct pirq, arch.hvm.dpci) argument
/xen/xen/include/public/io/
A Dfbif.h153 unsigned long pd[256]; member
/xen/docs/misc/
A Dprintk-formats.txt39 %pd Domain from a 'struct domain *'
/xen/xen/arch/x86/
A Ddomain.c1696 struct domain *pd = p->domain, *nd = n->domain; in __context_switch() local
1701 if ( !is_idle_domain(pd) ) in __context_switch()
1706 pd->arch.ctxt_switch->from(p); in __context_switch()
1714 if ( pd != nd ) in __context_switch()
1756 if ( pd != nd ) in __context_switch()
1757 cpumask_clear_cpu(cpu, pd->dirty_cpumask); in __context_switch()
/xen/tools/tests/x86_emulator/
A Dsimd.h240 # define OVR_VFP(n) OVR(n ## pd); OVR(n ## ps)
A Devex-disp8.c93 INSN(m##pd, 66, sp, o, vl, q, vl), \
96 INSN(m##pd, 66, sp, o, vl, q_nb, vl), \
/xen/tools/
A Dconfigure1142 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1144 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)

Completed in 26 milliseconds