Searched refs:MEM_PDC (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/parisc/kernel/
H A Dfirmware.c86 * and MEM_PDC calls are always the same width as the OS.
90 * 64-bit kernels to run on systems with 32-bit MEM_PDC calls.
102 # define MEM_PDC (unsigned long)(PAGE0->mem_pdc_hi) << 32 | PAGE0->mem_pdc macro
103 # define mem_pdc_call(args...) unlikely(parisc_narrow_firmware) ? real32_call(MEM_PDC, args) : real64_call(MEM_PDC, args)
105 # define MEM_PDC (unsigned long)PAGE0->mem_pdc macro
106 # define mem_pdc_call(args...) real32_call(MEM_PDC, args)

Completed in 52 milliseconds