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

/linux-master/arch/parisc/kernel/
H A Dfirmware.c90 * and MEM_PDC calls are always the same width as the OS.
94 * 64-bit kernels to run on systems with 32-bit MEM_PDC calls.
106 # define MEM_PDC (unsigned long)(PAGE0->mem_pdc_hi) << 32 | PAGE0->mem_pdc macro
107 # define mem_pdc_call(args...) unlikely(parisc_narrow_firmware) ? real32_call(MEM_PDC, args) : real64_call(MEM_PDC, args)
109 # define MEM_PDC (unsigned long)PAGE0->mem_pdc macro
110 # define mem_pdc_call(args...) real32_call(MEM_PDC, args)
360 *pdc_entry = MEM_PDC;

Completed in 521 milliseconds