*参照元 [#k19a57c1] #backlinks *説明 [#eebc3c8b] -パス: [[linux-4.4.1/arch/arm64/include/asm/memory.h]] -FIXME: これは何? --説明 **引数 [#b2744042] -phys_addr_t x -- --[[linux-4.4.1/phys_addr_t]] **返り値 [#rb251bd2] -void * -- **参考 [#x41c1d2f] *実装 [#g6f5172d] #define phys_to_virt phys_to_virt static inline void *phys_to_virt(phys_addr_t x) { return (void *)(__phys_to_virt(x)); } - --[[linux-4.4.1/__phys_to_virt()]] *コメント [#r3f54642]