Home
last modified time | relevance | path

Searched refs:node_ptr (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/security/selinux/ss/
H A Dconditional.c264 struct avtab_node *node_ptr; in cond_insertf() local
287 node_ptr = avtab_search_node(&p->te_cond_avtab, k); in cond_insertf()
288 if (node_ptr) { in cond_insertf()
289 if (avtab_search_node_next(node_ptr, k->specified)) { in cond_insertf()
295 if (other->nodes[i] == node_ptr) { in cond_insertf()
313 node_ptr = avtab_insert_nonunique(&p->te_cond_avtab, k, d); in cond_insertf()
314 if (!node_ptr) { in cond_insertf()
319 *data->dst = node_ptr; in cond_insertf()
/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder_trace.h171 __field(binder_uintptr_t, node_ptr)
178 __entry->node_ptr = node->ptr;
184 (u64)__entry->node_ptr,
198 __field(binder_uintptr_t, node_ptr)
205 __entry->node_ptr = node->ptr;
210 (u64)__entry->node_ptr)
H A Dbinder.c3923 binder_uintptr_t node_ptr; in binder_thread_write() local
3928 if (get_user(node_ptr, (binder_uintptr_t __user *)ptr)) in binder_thread_write()
3934 node = binder_get_node(proc, node_ptr); in binder_thread_write()
3941 (u64)node_ptr); in binder_thread_write()
3949 (u64)node_ptr, node->debug_id, in binder_thread_write()
4289 binder_uintptr_t node_ptr, in binder_put_node_cmd() argument
4300 if (put_user(node_ptr, (binder_uintptr_t __user *)ptr)) in binder_put_node_cmd()
4311 (u64)node_ptr, (u64)node_cookie); in binder_put_node_cmd()
4542 binder_uintptr_t node_ptr = node->ptr; in binder_thread_read() local
4577 (u64)node_ptr, in binder_thread_read()
[all …]
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_mem.cpp507 RK_U8 *node_ptr = (RK_U8 *)node->ptr; in chk_poison() local
517 if (node_ptr[i] != MEM_CHECK_MARK) { in chk_poison()
527 node_ptr, size, node->caller, start, end); in chk_poison()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dnciutils.c229 uint32 node_ptr; /**< Core's Node pointer */ member
911 desc->node_ptr = GET_NODEPTR(iface_desc_0); in BCMATTACHFN()
919 axi_wrapper[sii->axi_num_wrappers].wrapper_addr = desc->node_ptr; in BCMATTACHFN()
925 desc->node_type?"NIC-400":"BOOKER", desc->node_ptr)); in BCMATTACHFN()
998 desc->node_ptr, in BCMATTACHFN()
1361 return nci->cores[coreidx].desc[wrapper_idx].node_ptr; in BCMPOSTTRAPFN()