Searched refs:RELOC_MASK (Results 1 – 3 of 3) sorted by relevance
503 switch (old & RELOC_MASK) { in sym_fw_bind_script()505 new = (old & ~RELOC_MASK) + np->mmio_ba; in sym_fw_bind_script()508 new = (old & ~RELOC_MASK) + np->scripta_ba; in sym_fw_bind_script()511 new = (old & ~RELOC_MASK) + np->scriptb_ba; in sym_fw_bind_script()514 new = (old & ~RELOC_MASK) + np->hcb_ba; in sym_fw_bind_script()
179 #define RELOC_MASK 0xf0000000 macro
1975 #define RELOC_MASK 0xf0000000 macro3528 if ((tmp1 & RELOC_MASK) == RELOC_KVAR) in ncr_script_copy_and_bind()3533 if ((tmp2 & RELOC_MASK) == RELOC_KVAR) in ncr_script_copy_and_bind()3585 switch (old & RELOC_MASK) { in ncr_script_copy_and_bind()3587 new = (old & ~RELOC_MASK) + np->paddr; in ncr_script_copy_and_bind()3590 new = (old & ~RELOC_MASK) + np->p_script; in ncr_script_copy_and_bind()3593 new = (old & ~RELOC_MASK) + np->p_scripth; in ncr_script_copy_and_bind()3596 new = (old & ~RELOC_MASK) + np->p_ncb; in ncr_script_copy_and_bind()3600 if (((old & ~RELOC_MASK) < in ncr_script_copy_and_bind()3602 ((old & ~RELOC_MASK) > in ncr_script_copy_and_bind()[all …]