/external/syslinux/gpxe/src/interface/efi/ |
D | efi_umalloc.c | 46 EFI_PHYSICAL_ADDRESS phys_addr; in efi_urealloc() local 60 &phys_addr ) ) != 0 ) { in efi_urealloc() 65 assert ( phys_addr != 0 ); in efi_urealloc() 66 new_ptr = phys_to_user ( phys_addr + EFI_PAGE_SIZE ); in efi_urealloc() 70 new_pages, phys_addr ); in efi_urealloc() 84 phys_addr = user_to_phys ( old_ptr, -EFI_PAGE_SIZE ); in efi_urealloc() 85 if ( ( efirc = bs->FreePages ( phys_addr, old_pages ) ) != 0 ){ in efi_urealloc() 87 old_pages, phys_addr, efi_strerror ( efirc ) ); in efi_urealloc() 92 DBG ( "EFI freed %d pages at %llx\n", old_pages, phys_addr ); in efi_urealloc()
|
/external/kernel-headers/original/uapi/linux/ |
D | cec-funcs.h | 43 static inline void cec_msg_active_source(struct cec_msg *msg, __u16 phys_addr) in cec_msg_active_source() argument 48 msg->msg[2] = phys_addr >> 8; in cec_msg_active_source() 49 msg->msg[3] = phys_addr & 0xff; in cec_msg_active_source() 53 __u16 *phys_addr) in cec_ops_active_source() argument 55 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_active_source() 73 __u16 phys_addr) in cec_msg_inactive_source() argument 77 msg->msg[2] = phys_addr >> 8; in cec_msg_inactive_source() 78 msg->msg[3] = phys_addr & 0xff; in cec_msg_inactive_source() 82 __u16 *phys_addr) in cec_ops_inactive_source() argument 84 *phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_inactive_source() [all …]
|
D | kvm.h | 299 __u64 phys_addr; member 423 __u64 phys_addr; member
|
D | cec.h | 426 __u16 phys_addr; member
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | uaccess.h | 202 userptr_t phys_to_user ( unsigned long phys_addr ); 260 static inline __always_inline void * phys_to_virt ( unsigned long phys_addr ) { in phys_to_virt() argument 261 return user_to_virt ( phys_to_user ( phys_addr ), 0 ); in phys_to_virt()
|
D | io.h | 161 unsigned long phys_to_bus ( unsigned long phys_addr );
|
/external/syslinux/gpxe/src/drivers/net/ath5k/ |
D | ath5k_dma.c | 102 void ath5k_hw_set_rxdp(struct ath5k_hw *ah, u32 phys_addr) in ath5k_hw_set_rxdp() argument 104 ath5k_hw_reg_write(ah, phys_addr, AR5K_RXDP); in ath5k_hw_set_rxdp() 292 int ath5k_hw_set_txdp(struct ath5k_hw *ah, unsigned int queue, u32 phys_addr) in ath5k_hw_set_txdp() argument 316 ath5k_hw_reg_write(ah, phys_addr, tx_reg); in ath5k_hw_set_txdp()
|
D | ath5k.h | 1094 extern void ath5k_hw_set_rxdp(struct ath5k_hw *ah, u32 phys_addr); 1099 u32 phys_addr);
|
/external/syslinux/gpxe/src/include/gpxe/efi/ |
D | efi_uaccess.h | 28 UACCESS_INLINE ( efi, phys_to_user ) ( unsigned long phys_addr ) { in UACCESS_INLINE() 29 return phys_addr; in UACCESS_INLINE()
|
D | efi_io.h | 38 IOAPI_INLINE ( efi, phys_to_bus ) ( unsigned long phys_addr ) { in IOAPI_INLINE() 39 return phys_addr; in IOAPI_INLINE()
|
/external/syslinux/gpxe/src/arch/i386/include/gpxe/ |
D | x86_io.h | 37 IOAPI_INLINE ( x86, phys_to_bus ) ( unsigned long phys_addr ) { in IOAPI_INLINE() 38 return phys_addr; in IOAPI_INLINE()
|
/external/syslinux/gpxe/src/arch/i386/include/ |
D | librm.h | 40 UACCESS_INLINE ( librm, phys_to_user ) ( unsigned long phys_addr ) { in UACCESS_INLINE() 41 return ( phys_addr - virt_offset ); in UACCESS_INLINE()
|
/external/syslinux/gpxe/src/drivers/net/ |
D | pcnet32.c | 197 u8 phys_addr[6]; member 403 lp->init_block.phys_addr[i] = nic->node_addr[i]; in pcnet32_init_ring() 882 lp->init_block.phys_addr[i] = nic->node_addr[i]; in pcnet32_probe()
|
D | depca.c | 443 u8 phys_addr[ETH_ALEN]; /* Physical ethernet address */ 497 lp.init_block.phys_addr[i] = nic->node_addr[i];
|
D | 3c515.c | 688 short *phys_addr = (short *) nic->node_addr; in corkscrew_probe1() local 701 phys_addr[i] = htons(eeprom[i]); in corkscrew_probe1()
|
/external/kernel-headers/original/uapi/drm/ |
D | mga_drm.h | 270 unsigned long phys_addr; member
|
/external/libdrm/include/drm/ |
D | mga_drm.h | 266 unsigned long phys_addr; member
|
/external/strace/tests-m32/ |
D | ioctl_kvm_run.c | 154 (unsigned long long) run->mmio.phys_addr, in run_kvm()
|
/external/strace/tests/ |
D | ioctl_kvm_run.c | 154 (unsigned long long) run->mmio.phys_addr, in run_kvm()
|
/external/strace/tests-mx32/ |
D | ioctl_kvm_run.c | 154 (unsigned long long) run->mmio.phys_addr, in run_kvm()
|