Searched refs:lid (Results 1 – 13 of 13) sorted by relevance
/arch/mips/mm/ |
D | uasm.c | 359 void ISAFUNC(uasm_build_label)(struct uasm_label **lab, u32 *addr, int lid) in ISAFUNC() 362 (*lab)->lab = lid; in ISAFUNC() 441 void ISAFUNC(uasm_r_mips_pc16)(struct uasm_reloc **rel, u32 *addr, int lid) in ISAFUNC() 445 (*rel)->lab = lid; in ISAFUNC() 510 int lid) in ISAFUNC() 512 uasm_r_mips_pc16(r, *p, lid); in ISAFUNC() 517 void ISAFUNC(uasm_il_b)(u32 **p, struct uasm_reloc **r, int lid) in ISAFUNC() 519 uasm_r_mips_pc16(r, *p, lid); in ISAFUNC() 525 unsigned int r2, int lid) in ISAFUNC() 527 uasm_r_mips_pc16(r, *p, lid); in ISAFUNC() [all …]
|
D | tlbex.c | 654 unsigned int tmp, enum label_id lid, in build_restore_pagemask() argument 663 uasm_il_b(p, r, lid); in build_restore_pagemask() 667 uasm_il_b(p, r, lid); in build_restore_pagemask() 670 uasm_il_b(p, r, lid); in build_restore_pagemask() 681 uasm_il_b(p, r, lid); in build_restore_pagemask() 685 uasm_il_b(p, r, lid); in build_restore_pagemask() 688 uasm_il_b(p, r, lid); in build_restore_pagemask() 715 unsigned int pmd, int lid) in build_is_huge_pte() argument 719 uasm_il_bbit1(p, r, tmp, ilog2(_PAGE_HUGE), lid); in build_is_huge_pte() 722 uasm_il_bnez(p, r, tmp, lid); in build_is_huge_pte() [all …]
|
/arch/ia64/include/asm/ |
D | smp.h | 36 } lid; in ia64_get_lid() local 38 lid.bits = ia64_getreg(_IA64_REG_CR_LID); in ia64_get_lid() 39 return lid.f.id << 8 | lid.f.eid; in ia64_get_lid()
|
/arch/mips/include/asm/ |
D | uasm.h | 183 int lid); 280 void uasm_r_mips_pc16(struct uasm_reloc **rel, u32 *addr, int lid); 289 void uasm_il_b(u32 **p, struct uasm_reloc **r, int lid); 291 unsigned int bit, int lid); 293 unsigned int bit, int lid); 295 unsigned int r2, int lid); 296 void uasm_il_beqz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid); 297 void uasm_il_beqzl(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid); 298 void uasm_il_bgezl(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid); 299 void uasm_il_bgez(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid); [all …]
|
/arch/arm/boot/dts/ |
D | rk3288-veyron-chromebook.dtsi | 108 lid { 188 ap_lid_int_l: ap-lid-int-l {
|
D | omap3-pandora-common.dtsi | 195 lid { 196 label = "lid"; 197 linux,code = <0x00>; /* SW_LID lid shut */
|
D | exynos5250-spring.dts | 43 lid-switch { 516 lid_irq: lid-irq {
|
D | exynos5250-snow-common.dtsi | 43 lid-switch { 619 lid_irq: lid-irq {
|
D | exynos5420-peach-pit.dts | 70 lid-switch { 820 lid_irq: lid-irq {
|
D | exynos5800-peach-pi.dts | 69 lid-switch { 783 lid_irq: lid-irq {
|
D | tegra124-nyan.dtsi | 506 lid {
|
D | tegra20-seaboard.dts | 813 lid {
|
/arch/x86/kvm/ |
D | lapic.c | 146 apic_logical_id(struct kvm_apic_map *map, u32 dest_id, u16 *cid, u16 *lid) in apic_logical_id() argument 156 *lid = dest_id & ((1 << lid_bits) - 1); in apic_logical_id() 174 u16 cid, lid; in recalculate_apic_map() local 199 apic_logical_id(new, ldr, &cid, &lid); in recalculate_apic_map() 201 if (lid && cid < ARRAY_SIZE(new->logical_map)) in recalculate_apic_map() 202 new->logical_map[cid][ffs(lid) - 1] = apic; in recalculate_apic_map()
|