Home
last modified time | relevance | path

Searched refs:upl (Results 1 – 2 of 2) sorted by relevance

/include/
A Dupl.h263 struct upl { struct
293 int upl_write_handoff(const struct upl *upl, ofnode root, bool skip_existing);
302 int upl_create_handoff_tree(const struct upl *upl, oftree *treep);
311 int upl_read_handoff(struct upl *upl, oftree tree);
320 int upl_get_test_data(struct unit_test_state *uts, struct upl *upl);
380 void upl_init(struct upl *upl);
/include/asm-generic/
A Dglobal_data.h33 struct upl;
449 struct upl *upl; member
545 #define gd_upl() gd->upl
546 #define gd_set_upl(_val) gd->upl = (_val)

Completed in 7 milliseconds