Home
last modified time | relevance | path

Searched refs:absolute_pointer (Results 1 – 8 of 8) sorted by relevance

/linux/arch/alpha/include/asm/
H A Dsetup.h39 #define COMMAND_LINE ((char *)(absolute_pointer(PARAM + 0x0000)))
/linux/arch/x86/boot/
H A Dmain.c36 const struct old_cmdline * const oldcmd = absolute_pointer(OLD_CL_ADDRESS); in copy_boot_params()
/linux/arch/parisc/include/asm/
H A Dpage.h175 #define PAGE0 ((struct zeropage *)absolute_pointer(__PAGE_OFFSET))
/linux/include/linux/
H A Dcompiler.h158 #define absolute_pointer(val) RELOC_HIDE((void *)(val), 0) macro
/linux/arch/s390/mm/
H A Dvmem.c665 __set_memory_4k(__va(0), absolute_pointer(__va(0)) + ident_map_size); in vmem_map_init()
/linux/arch/s390/kernel/
H A Dsetup.c736 if (absolute_pointer(__identity_base) < lowcore_end) { in reserve_lowcore()
/linux/drivers/net/ethernet/i825xx/
H A D82596.c1146 memcpy(eth_addr, absolute_pointer(0xfffc1f2c), ETH_ALEN); /* YUCK! Get addr from NOVRAM */ in i82596_probe()
/linux/drivers/nvme/host/
H A Dpci.c576 absolute_pointer(cmd), sizeof(*cmd)); in nvme_sq_copy_cmd()