Home
last modified time | relevance | path

Searched refs:DESC_TYPE_SHIFT (Results 1 – 25 of 108) sorted by relevance

12345

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mailbox/
H A Dbcm-flexrm-mailbox.c171 #define DESC_TYPE_SHIFT 60 macro
340 u32 type = DESC_DEC(desc, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_is_next_table_desc()
349 DESC_ENC(desc, NPTR_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_next_table_desc()
360 DESC_ENC(desc, NULL_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_null_desc()
492 DESC_ENC(desc, SRC_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_src_desc()
503 DESC_ENC(desc, MSRC_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_msrc_desc()
514 DESC_ENC(desc, DST_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_dst_desc()
525 DESC_ENC(desc, MDST_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_mdst_desc()
536 DESC_ENC(desc, IMM_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_imm_desc()
546 DESC_ENC(desc, SRCT_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_srct_desc()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mailbox/
H A Dbcm-flexrm-mailbox.c171 #define DESC_TYPE_SHIFT 60 macro
340 u32 type = DESC_DEC(desc, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_is_next_table_desc()
349 DESC_ENC(desc, NPTR_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_next_table_desc()
360 DESC_ENC(desc, NULL_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_null_desc()
492 DESC_ENC(desc, SRC_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_src_desc()
503 DESC_ENC(desc, MSRC_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_msrc_desc()
514 DESC_ENC(desc, DST_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_dst_desc()
525 DESC_ENC(desc, MDST_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_mdst_desc()
536 DESC_ENC(desc, IMM_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_imm_desc()
546 DESC_ENC(desc, SRCT_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_srct_desc()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mailbox/
H A Dbcm-flexrm-mailbox.c171 #define DESC_TYPE_SHIFT 60 macro
340 u32 type = DESC_DEC(desc, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_is_next_table_desc()
349 DESC_ENC(desc, NPTR_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_next_table_desc()
360 DESC_ENC(desc, NULL_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_null_desc()
492 DESC_ENC(desc, SRC_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_src_desc()
503 DESC_ENC(desc, MSRC_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_msrc_desc()
514 DESC_ENC(desc, DST_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_dst_desc()
525 DESC_ENC(desc, MDST_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_mdst_desc()
536 DESC_ENC(desc, IMM_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_imm_desc()
546 DESC_ENC(desc, SRCT_TYPE, DESC_TYPE_SHIFT, DESC_TYPE_MASK); in flexrm_srct_desc()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/tcg/
H A Dseg_helper.c119 type = (env->tr.flags >> DESC_TYPE_SHIFT) & 0xf; in get_ss_esp_from_tss()
211 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss_ra()
230 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss_ra()
589 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt_protected()
844 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt64()
1200 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ltr()
1368 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ljmp_protected()
1569 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in helper_lcall_protected()
2087 type = (e2 >> DESC_TYPE_SHIFT) & 0x17; in helper_iret_protected()
2202 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_lsl()
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/i386/tcg/
H A Dseg_helper.c119 type = (env->tr.flags >> DESC_TYPE_SHIFT) & 0xf; in get_ss_esp_from_tss()
211 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss_ra()
230 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss_ra()
589 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt_protected()
844 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt64()
1200 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ltr()
1368 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ljmp_protected()
1569 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in helper_lcall_protected()
2087 type = (e2 >> DESC_TYPE_SHIFT) & 0x17; in helper_iret_protected()
2202 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_lsl()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/
H A Dseg_helper.c160 type = (env->tr.flags >> DESC_TYPE_SHIFT) & 0xf; in get_ss_esp_from_tss()
252 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss_ra()
271 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss_ra()
633 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt_protected()
881 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt64()
1471 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ltr()
1639 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ljmp_protected()
1840 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in helper_lcall_protected()
2355 type = (e2 >> DESC_TYPE_SHIFT) & 0x17; in helper_iret_protected()
2470 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_lsl()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/i386/
H A Dseg_helper.c160 type = (env->tr.flags >> DESC_TYPE_SHIFT) & 0xf; in get_ss_esp_from_tss()
252 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss_ra()
271 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss_ra()
633 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt_protected()
881 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt64()
1471 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ltr()
1639 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ljmp_protected()
1840 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in helper_lcall_protected()
2355 type = (e2 >> DESC_TYPE_SHIFT) & 0x17; in helper_iret_protected()
2470 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_lsl()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/
H A Dseg_helper.c160 type = (env->tr.flags >> DESC_TYPE_SHIFT) & 0xf; in get_ss_esp_from_tss()
252 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss_ra()
271 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss_ra()
633 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt_protected()
881 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt64()
1471 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ltr()
1639 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ljmp_protected()
1840 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in helper_lcall_protected()
2355 type = (e2 >> DESC_TYPE_SHIFT) & 0x17; in helper_iret_protected()
2470 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_lsl()
[all …]
/dports/emulators/qemu/qemu-6.2.0/bsd-user/i386/
H A Dtarget_arch_cpu.h88 (3 << DESC_DPL_SHIFT) | (0xa << DESC_TYPE_SHIFT)); in target_cpu_init()
92 (3 << DESC_DPL_SHIFT) | (0x2 << DESC_TYPE_SHIFT)); in target_cpu_init()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/bsd-user/i386/
H A Dtarget_arch_cpu.h90 (3 << DESC_DPL_SHIFT) | (0xa << DESC_TYPE_SHIFT)); in target_cpu_init()
94 (3 << DESC_DPL_SHIFT) | (0x2 << DESC_TYPE_SHIFT)); in target_cpu_init()
/dports/emulators/qemu5/qemu-5.2.0/target/i386/
H A Dseg_helper.c252 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss_ra()
271 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss_ra()
633 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt_protected()
881 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt64()
1472 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ltr()
1486 if ((e4 >> DESC_TYPE_SHIFT) & 0xf) { in helper_ltr()
1640 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ljmp_protected()
1841 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in helper_lcall_protected()
2356 type = (e2 >> DESC_TYPE_SHIFT) & 0x17; in helper_iret_protected()
2471 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_lsl()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/i386/
H A Dseg_helper.c252 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss_ra()
271 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss_ra()
633 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt_protected()
881 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt64()
1471 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ltr()
1485 if ((e4 >> DESC_TYPE_SHIFT) & 0xf) { in helper_ltr()
1639 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ljmp_protected()
1840 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in helper_lcall_protected()
2355 type = (e2 >> DESC_TYPE_SHIFT) & 0x17; in helper_iret_protected()
2470 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_lsl()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/i386/
H A Dseg_helper.c252 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss_ra()
271 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss_ra()
633 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt_protected()
881 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt64()
1471 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ltr()
1485 if ((e4 >> DESC_TYPE_SHIFT) & 0xf) { in helper_ltr()
1639 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ljmp_protected()
1840 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in helper_lcall_protected()
2355 type = (e2 >> DESC_TYPE_SHIFT) & 0x17; in helper_iret_protected()
2470 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_lsl()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/target/i386/tcg/
H A Dseg_helper.c253 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss_ra()
272 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss_ra()
634 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt_protected()
889 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt64()
1480 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ltr()
1494 if ((e4 >> DESC_TYPE_SHIFT) & 0xf) { in helper_ltr()
1648 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ljmp_protected()
1849 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in helper_lcall_protected()
2367 type = (e2 >> DESC_TYPE_SHIFT) & 0x17; in helper_iret_protected()
2482 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_lsl()
[all …]
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dseg_helper.c136 type = (env->tr.flags >> DESC_TYPE_SHIFT) & 0xf; in get_ss_esp_from_tss()
227 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss()
246 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss()
594 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt_protected()
843 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt64()
1514 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ltr()
1761 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ljmp_protected()
1928 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in helper_lcall_protected()
2371 type = (e2 >> DESC_TYPE_SHIFT) & 0x17; in helper_iret_protected()
2501 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_lsl()
[all …]
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dseg_helper.c136 type = (env->tr.flags >> DESC_TYPE_SHIFT) & 0xf; in get_ss_esp_from_tss()
227 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss()
246 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in switch_tss()
594 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt_protected()
843 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in do_interrupt64()
1514 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ltr()
1761 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_ljmp_protected()
1928 type = (e2 >> DESC_TYPE_SHIFT) & 0x1f; in helper_lcall_protected()
2371 type = (e2 >> DESC_TYPE_SHIFT) & 0x17; in helper_iret_protected()
2501 type = (e2 >> DESC_TYPE_SHIFT) & 0xf; in helper_lsl()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/linux-user/i386/
H A Dcpu_loop.c335 (3 << DESC_DPL_SHIFT) | (0xa << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
341 (3 << DESC_DPL_SHIFT) | (0xa << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
345 (3 << DESC_DPL_SHIFT) | (0x2 << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
/dports/emulators/qemu/qemu-6.2.0/linux-user/i386/
H A Dcpu_loop.c419 (3 << DESC_DPL_SHIFT) | (0xa << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
425 (3 << DESC_DPL_SHIFT) | (0xa << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
429 (3 << DESC_DPL_SHIFT) | (0x2 << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
/dports/emulators/qemu60/qemu-6.0.0/linux-user/i386/
H A Dcpu_loop.c416 (3 << DESC_DPL_SHIFT) | (0xa << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
422 (3 << DESC_DPL_SHIFT) | (0xa << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
426 (3 << DESC_DPL_SHIFT) | (0x2 << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
/dports/emulators/qemu-utils/qemu-4.2.1/linux-user/i386/
H A Dcpu_loop.c335 (3 << DESC_DPL_SHIFT) | (0xa << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
341 (3 << DESC_DPL_SHIFT) | (0xa << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
345 (3 << DESC_DPL_SHIFT) | (0x2 << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/linux-user/i386/
H A Dcpu_loop.c342 (3 << DESC_DPL_SHIFT) | (0xa << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
348 (3 << DESC_DPL_SHIFT) | (0xa << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
352 (3 << DESC_DPL_SHIFT) | (0x2 << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
/dports/emulators/qemu5/qemu-5.2.0/linux-user/i386/
H A Dcpu_loop.c416 (3 << DESC_DPL_SHIFT) | (0xa << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
422 (3 << DESC_DPL_SHIFT) | (0xa << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
426 (3 << DESC_DPL_SHIFT) | (0x2 << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/linux-user/i386/
H A Dcpu_loop.c335 (3 << DESC_DPL_SHIFT) | (0xa << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
341 (3 << DESC_DPL_SHIFT) | (0xa << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
345 (3 << DESC_DPL_SHIFT) | (0x2 << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/linux-user/i386/
H A Dcpu_loop.c416 (3 << DESC_DPL_SHIFT) | (0xa << DESC_TYPE_SHIFT));
422 (3 << DESC_DPL_SHIFT) | (0xa << DESC_TYPE_SHIFT));
426 (3 << DESC_DPL_SHIFT) | (0x2 << DESC_TYPE_SHIFT));
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/linux-user/i386/
H A Dcpu_loop.c419 (3 << DESC_DPL_SHIFT) | (0xa << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
425 (3 << DESC_DPL_SHIFT) | (0xa << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()
429 (3 << DESC_DPL_SHIFT) | (0x2 << DESC_TYPE_SHIFT)); in target_cpu_copy_regs()

12345