/l4re-core-master/l4sys/include/ARCH-amd64/L4API-l4f/ |
A D | segment.h | 39 …return l4_error_u(l4_ipc_call(thread, utcb, l4_msgtag(L4_PROTO_THREAD, 2, 0, 0), L4_IPC_NEVER), ut… in fiasco_amd64_set_fs() 48 …return l4_error_u(l4_ipc_call(thread, utcb, l4_msgtag(L4_PROTO_THREAD, 2, 0, 0), L4_IPC_NEVER), ut… in fiasco_amd64_set_segment_base() 58 …return l4_error_u(l4_ipc_call(thread, utcb, l4_msgtag(L4_PROTO_THREAD, 2 + (size / 8), 0, 0), L4_I… in fiasco_gdt_set()
|
/l4re-core-master/l4sys/include/ARCH-mips/ |
A D | cache.h | 49 l4_msgtag(L4_PROTO_THREAD, 3, 0, 0), in l4_cache_clean_data() 63 l4_msgtag(L4_PROTO_THREAD, 3, 0, 0), in l4_cache_flush_data() 77 l4_msgtag(L4_PROTO_THREAD, 3, 0, 0), in l4_cache_inv_data()
|
/l4re-core-master/l4sys/include/ |
A D | thread.h | 708 return l4_ipc_call(thread, utcb, l4_msgtag(L4_PROTO_THREAD, 3, 0, 0), L4_IPC_NEVER); in l4_thread_ex_regs_u() 783 return l4_ipc_call(thread, utcb, l4_msgtag(L4_PROTO_THREAD, 6, items, 0), L4_IPC_NEVER); in l4_thread_control_commit_u() 800 return l4_ipc_call(to_thread, utcb, l4_msgtag(L4_PROTO_THREAD, 1, 0, 0), L4_IPC_NEVER); in l4_thread_switch_u() 813 res = l4_ipc_call(thread, utcb, l4_msgtag(L4_PROTO_THREAD, 1, 0, 0), L4_IPC_NEVER); in l4_thread_stats_time_u() 828 return l4_msgtag(L4_PROTO_THREAD, 1, 0, 0); in l4_thread_vcpu_resume_start_u() 935 return l4_ipc_call(thread, u, l4_msgtag(L4_PROTO_THREAD, 1, 1, 0), L4_IPC_NEVER); in l4_thread_register_del_irq_u() 953 return l4_ipc_call(thread, utcb, l4_msgtag(L4_PROTO_THREAD, 2, 0, 0), L4_IPC_NEVER); in l4_thread_vcpu_control_u() 968 return l4_ipc_call(thread, utcb, l4_msgtag(L4_PROTO_THREAD, 2, 0, 0), L4_IPC_NEVER); in l4_thread_vcpu_control_ext_u() 980 return l4_msgtag(L4_PROTO_THREAD, 1, 0, 0); in l4_thread_modify_sender_start_u()
|
A D | types.h | 64 L4_PROTO_THREAD = -12L, ///< Protocol for messages to a thread object enumerator
|
A D | factory.h | 303 return l4_factory_create_u(factory, L4_PROTO_THREAD, target_cap, u); in l4_factory_create_thread_u()
|
A D | thread | 59 public Kobject_t<Thread, Kobject, L4_PROTO_THREAD, 403 return l4_ipc_call(cap(), todo.utcb, l4_msgtag(L4_PROTO_THREAD, todo.cnt, 0, 0), L4_IPC_NEVER);
|
/l4re-core-master/l4sys/include/ARCH-mips/L4API-l4f/ |
A D | thread_mips.h | 49 l4_msgtag(L4_PROTO_THREAD, 2, 0, 0), in l4_thread_mips_set_ulr_u() 68 l4_msgtag(L4_PROTO_THREAD, 2, 0, 0), in l4_thread_mips_save_vm_state_u()
|
/l4re-core-master/l4sys/include/ARCH-amd64/ |
A D | segment.h | 170 …if (l4_error_u(l4_ipc_call(thread, utcb, l4_msgtag(L4_PROTO_THREAD, 1, 0, 0), L4_IPC_NEVER), utcb)) in fiasco_gdt_get_entry_offset() 185 r = l4_error_u(l4_ipc_call(thread, utcb, l4_msgtag(L4_PROTO_THREAD, 1, 0, 0), in fiasco_amd64_segment_info()
|
/l4re-core-master/l4sys/include/ARCH-x86/L4API-l4f/ |
A D | segment.h | 41 …return l4_error_u(l4_ipc_call(thread, utcb, l4_msgtag(L4_PROTO_THREAD, 2 + (size >> 2), 0, 0), L4_… in fiasco_gdt_set()
|
/l4re-core-master/l4sys/include/ARCH-arm/ |
A D | thread.h | 54 return l4_ipc_call(thread, utcb, l4_msgtag(L4_PROTO_THREAD, 2, 0, 0), in l4_thread_arm_set_tpidruro_u()
|
/l4re-core-master/l4sys/include/ARCH-arm64/ |
A D | thread.h | 54 return l4_ipc_call(thread, utcb, l4_msgtag(L4_PROTO_THREAD, 2, 0, 0), in l4_thread_arm_set_tpidruro_u()
|
/l4re-core-master/l4sys/include/ARCH-x86/ |
A D | segment.h | 110 …if (l4_error_u(l4_ipc_call(thread, utcb, l4_msgtag(L4_PROTO_THREAD, 1, 0, 0), L4_IPC_NEVER), utcb)) in fiasco_gdt_get_entry_offset()
|
/l4re-core-master/libkproxy/lib/src/ |
A D | factory_svr.cc | 123 case L4_PROTO_THREAD: in factory_dispatch()
|