Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Ddat.h380 struct ptval_param { struct
516 #define MKPTVAL(o, l) ((struct ptval_param) { .offset = (o), .len = ((l) + 1) / 2 - 1})
542 unsigned long dat_get_ptval(struct page_table *table, struct ptval_param param);
543 void dat_set_ptval(struct page_table *table, struct ptval_param param, unsigned long val);
H A Ddat.c933 unsigned long dat_get_ptval(struct page_table *table, struct ptval_param param) in dat_get_ptval()
951 void dat_set_ptval(struct page_table *table, struct ptval_param param, unsigned long val) in dat_set_ptval()