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
1976 #define RELOC_MASK 0xf0000000 macro3529 if ((tmp1 & RELOC_MASK) == RELOC_KVAR) in ncr_script_copy_and_bind()3534 if ((tmp2 & RELOC_MASK) == RELOC_KVAR) in ncr_script_copy_and_bind()3586 switch (old & RELOC_MASK) { in ncr_script_copy_and_bind()3588 new = (old & ~RELOC_MASK) + np->paddr; in ncr_script_copy_and_bind()3591 new = (old & ~RELOC_MASK) + np->p_script; in ncr_script_copy_and_bind()3594 new = (old & ~RELOC_MASK) + np->p_scripth; in ncr_script_copy_and_bind()3597 new = (old & ~RELOC_MASK) + np->p_ncb; in ncr_script_copy_and_bind()3601 if (((old & ~RELOC_MASK) < in ncr_script_copy_and_bind()3603 ((old & ~RELOC_MASK) > in ncr_script_copy_and_bind()[all …]