Home
last modified time | relevance | path

Searched refs:lid (Results 1 – 13 of 13) sorted by relevance

/arch/mips/mm/
Duasm.c359 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 …]
Dtlbex.c654 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/
Dsmp.h36 } 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/
Duasm.h183 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/
Drk3288-veyron-chromebook.dtsi108 lid {
188 ap_lid_int_l: ap-lid-int-l {
Domap3-pandora-common.dtsi195 lid {
196 label = "lid";
197 linux,code = <0x00>; /* SW_LID lid shut */
Dexynos5250-spring.dts43 lid-switch {
516 lid_irq: lid-irq {
Dexynos5250-snow-common.dtsi43 lid-switch {
619 lid_irq: lid-irq {
Dexynos5420-peach-pit.dts70 lid-switch {
820 lid_irq: lid-irq {
Dexynos5800-peach-pi.dts69 lid-switch {
783 lid_irq: lid-irq {
Dtegra124-nyan.dtsi506 lid {
Dtegra20-seaboard.dts813 lid {
/arch/x86/kvm/
Dlapic.c146 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()