HomeSort by: relevance | last modified time | path
    Searched defs:_pa (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/nvmm/x86/
nvmm_x86_svm.c 1713 paddr_t _pa; local
1722 _pa = VM_PAGE_TO_PHYS(TAILQ_FIRST(&pglist));
1729 pmap_kenter_pa(_va + i * PAGE_SIZE, _pa + i * PAGE_SIZE,
1736 *pa = _pa;
1742 uvm_pagefree(PHYS_TO_VM_PAGE(_pa + i * PAGE_SIZE));
nvmm_x86_vmx.c 2411 paddr_t _pa; local
2420 _pa = VM_PAGE_TO_PHYS(TAILQ_FIRST(&pglist));
2427 pmap_kenter_pa(_va + i * PAGE_SIZE, _pa + i * PAGE_SIZE,
2434 *pa = _pa;
2440 uvm_pagefree(PHYS_TO_VM_PAGE(_pa + i * PAGE_SIZE));
  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 7725 const struct trampoline_chain *_pa = a;
7727 const struct trampoline_chain_entry *pa = &_pa->target;
7713 const struct trampoline_chain *_pa = a; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 7725 const struct trampoline_chain *_pa = a;
7727 const struct trampoline_chain_entry *pa = &_pa->target;
7713 const struct trampoline_chain *_pa = a; local

Completed in 64 milliseconds