Searched refs:fmem (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | pagemap_ioctl.c | 1057 char *mem, *fmem; in sanity_tests() local 1165 fmem = mmap(NULL, sbuf.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in sanity_tests() 1166 if (fmem == MAP_FAILED) in sanity_tests() 1170 force_read_pages(fmem, nr_pages, page_size); in sanity_tests() 1172 ret = pagemap_ioctl(fmem, sbuf.st_size, vec, vec_size, 0, 0, in sanity_tests() 1175 ksft_test_result(ret >= 0 && vec[0].start == (uintptr_t)fmem && in sanity_tests() 1180 munmap(fmem, sbuf.st_size); in sanity_tests() 1195 fmem = mmap(NULL, buf_size, PROT_READ | PROT_WRITE, MAP_PRIVATE, fd, 0); in sanity_tests() 1196 if (fmem == MAP_FAILED) in sanity_tests() 1199 wp_init(fmem, buf_siz in sanity_tests() 1548 char *mem, *map, *fmem; main() local [all...] |
| /linux/drivers/tee/optee/ |
| H A D | ffa_abi.c | 133 p->u.memref.size = mp->u.fmem.size; in from_msg_param_ffa_mem() 135 if (mp->u.fmem.global_id != OPTEE_MSG_FMEM_INVALID_GLOBAL_ID) in from_msg_param_ffa_mem() 136 shm = optee_shm_from_ffa_handle(optee, mp->u.fmem.global_id); in from_msg_param_ffa_mem() 140 offs_low = mp->u.fmem.offs_low; in from_msg_param_ffa_mem() 141 offs_high = mp->u.fmem.offs_high; in from_msg_param_ffa_mem() 201 mp->u.fmem.internal_offs = shm->offset; in to_msg_param_ffa_mem() 203 mp->u.fmem.offs_low = shm_offs; in to_msg_param_ffa_mem() 204 mp->u.fmem.offs_high = shm_offs >> 32; in to_msg_param_ffa_mem() 206 if (mp->u.fmem.offs_high != shm_offs >> 32) in to_msg_param_ffa_mem() 209 mp->u.fmem.global_id = shm->sec_world_id; in to_msg_param_ffa_mem() [all …]
|
| /linux/arch/m68k/ifpsp060/ |
| H A D | MISC | 88 fmem.s : 2.9
|
| /linux/drivers/media/usb/dvb-usb/ |
| H A D | dib0700_devices.c | 2041 u32 fcp = 0, fs = 0, fdem = 0, fmem = 0; in dib8096p_get_best_sampling() local 2069 fmem = ((xtal/prediv) * loopdiv); in dib8096p_get_best_sampling() 2070 fdem = fmem / 2; in dib8096p_get_best_sampling() 2074 …if ((fdem >= fdem_min) && (fmem <= fmem_max) && (fs >= fe->dtv_property_cache.bandwidth_hz / 1000)… in dib8096p_get_best_sampling() 2090 …>dtv_property_cache.frequency, fe->dtv_property_cache.bandwidth_hz, xtal, fmem, fdem, fs, prediv, … in dib8096p_get_best_sampling()
|